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