• <tfoot id='JWFHk'></tfoot>
    <i id='JWFHk'><tr id='JWFHk'><dt id='JWFHk'><q id='JWFHk'><span id='JWFHk'><b id='JWFHk'><form id='JWFHk'><ins id='JWFHk'></ins><ul id='JWFHk'></ul><sub id='JWFHk'></sub></form><legend id='JWFHk'></legend><bdo id='JWFHk'><pre id='JWFHk'><center id='JWFHk'></center></pre></bdo></b><th id='JWFHk'></th></span></q></dt></tr></i><div id='JWFHk'><tfoot id='JWFHk'></tfoot><dl id='JWFHk'><fieldset id='JWFHk'></fieldset></dl></div>

      <bdo id='JWFHk'></bdo><ul id='JWFHk'></ul>
      <legend id='JWFHk'><style id='JWFHk'><dir id='JWFHk'><q id='JWFHk'></q></dir></style></legend>

      1. <small id='JWFHk'></small><noframes id='JWFHk'>

        如何在 C# 中使用 report.ExportToStream 函数

        How to use report.ExportToStream function in C#(如何在 C# 中使用 report.ExportToStream 函数)
            <tfoot id='iw5mR'></tfoot>

          1. <small id='iw5mR'></small><noframes id='iw5mR'>

                <tbody id='iw5mR'></tbody>
              <legend id='iw5mR'><style id='iw5mR'><dir id='iw5mR'><q id='iw5mR'></q></dir></style></legend>
              <i id='iw5mR'><tr id='iw5mR'><dt id='iw5mR'><q id='iw5mR'><span id='iw5mR'><b id='iw5mR'><form id='iw5mR'><ins id='iw5mR'></ins><ul id='iw5mR'></ul><sub id='iw5mR'></sub></form><legend id='iw5mR'></legend><bdo id='iw5mR'><pre id='iw5mR'><center id='iw5mR'></center></pre></bdo></b><th id='iw5mR'></th></span></q></dt></tr></i><div id='iw5mR'><tfoot id='iw5mR'></tfoot><dl id='iw5mR'><fieldset id='iw5mR'></fieldset></dl></div>
                  <bdo id='iw5mR'></bdo><ul id='iw5mR'></ul>
                • 本文介绍了如何在 C# 中使用 report.ExportToStream 函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我目前正在使用 c#.我需要将报告文件转换为 pdf 格式并通过邮件发送.我编写了编码及其工作.我使用 rpt.ExportToDisk(ExportFormatType) 进行转换.但这需要很长时间.谁能建议我,如何使用 ExportToStream 功能,这样我就可以避免前者,因为我不希望将报告文件存储在我的磁盘中.这是我正在工作的代码

                  I'm currently working in c#. I need to convert report file to pdf format and send it through mail. I wrote coding and its working. I use rpt.ExportToDisk(ExportFormatType) for conversion. But it takes long time. Can anyone please suggest me, how to use ExportToStream function, so that i can avoid former one as i dont want the report file to be stored in my disk. This is my code which is working

                   rep1.Load(Server.MapPath("CrystalReport_ModbusNode.rpt"));
                   rep1.ExportToDisk(ExportFormatType.PortableDocFormat,Server.MapPath("Modbus.pdf"));
                  

                  我试过了:

                  rep1.ExportToStream(ExportFormatType.PortableDocFormat);
                  rep1.SaveAs(Server.MapPath("Modbus.pdf"));
                  

                  但如果我使用这个,Modbus.pdf 仍然是 rpt 格式.ExportToStream id 没有做任何更改??如何发送邮件而不将其导出到我的磁盘.谁能帮我解决这个问题?提前致谢.

                  But if I use this, Modbus.pdf is still in rpt format. ExportToStream id not doing any changes?? How can I send mail, without exporting it to my disk. Can anyone help me to solve this issue? Thanks in advance.

                  推荐答案

                  ExportToStream 函数返回一个Stream.然后,您可以使用此流写入文件.有关详细信息,请参阅此答案:如何将流保存到C# 中的文件?

                  The ExportToStream function returns a Stream. You can then use this stream to write a file. See this answer for details : How do I save a stream to a file in C#?

                  这篇关于如何在 C# 中使用 report.ExportToStream 函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Adding DbContextOptions in Startup.cs not registering data store(在 Startup.cs 中添加 DbContextOptions 未注册数据存储)
                  Migrate html helpers to ASP.NET Core(将 html 帮助程序迁移到 ASP.NET Core)
                  Conditional validation in MVC.NET Core (RequiredIf)(MVC.NET Core 中的条件验证(RequiredIf))
                  Is it possible to serve static files from outside the wwwroot folder?(是否可以从 wwwroot 文件夹外部提供静态文件?)
                  Working with multiple resultset in .net core(在 .net 核心中使用多个结果集)
                  Where all types for http headers gone in ASP.NET 5?(ASP.NET 5 中所有类型的 http 标头都去了哪里?)

                  <small id='wkPqy'></small><noframes id='wkPqy'>

                  <tfoot id='wkPqy'></tfoot>

                      <i id='wkPqy'><tr id='wkPqy'><dt id='wkPqy'><q id='wkPqy'><span id='wkPqy'><b id='wkPqy'><form id='wkPqy'><ins id='wkPqy'></ins><ul id='wkPqy'></ul><sub id='wkPqy'></sub></form><legend id='wkPqy'></legend><bdo id='wkPqy'><pre id='wkPqy'><center id='wkPqy'></center></pre></bdo></b><th id='wkPqy'></th></span></q></dt></tr></i><div id='wkPqy'><tfoot id='wkPqy'></tfoot><dl id='wkPqy'><fieldset id='wkPqy'></fieldset></dl></div>

                        <bdo id='wkPqy'></bdo><ul id='wkPqy'></ul>
                            <tbody id='wkPqy'></tbody>
                          <legend id='wkPqy'><style id='wkPqy'><dir id='wkPqy'><q id='wkPqy'></q></dir></style></legend>