我需要流式传输,但我收到错误“_stream is null”。我想阅读资源文件。
- 我的项目名称是“WindowsFormsApplication1”
- 我的文件名是“resources.resx”
我的文件名为“myReportCustemer.repx”
Stream _stream = _assembly.GetManifestResourceStream("WindowsFormsApplication1.Properties.Resources.myReportCustemer.repx"); my_XtraReport1.LoadLayout(_stream);
Visual Studio 显示“_stream 为空”
编辑:
我试图在我的资源中嵌入 devexpress 报告文件。这就是为什么 .repx
我来宾我的问题是添加到文件资源。因为如果我嵌入图像......我可以在我的资源文件夹中看到,但资源文件中不存在 myReportCustemer.repx 文件......