csharp 在groupdocs.assembly 3.0.0.cs中生成报告

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 在groupdocs.assembly 3.0.0.cs中生成报告相关的知识,希望对你有一定的参考价值。

// For complete examples and data files, please go to https://github.com/groupdocsassembly/GroupDocs_Assembly_NET
static void Main(string[] args)
       { 
           //Setting up source word template 
           FileStream template = File.OpenRead("../../../../Data/Samples/Source/Pie Chart.docx");
           //Setting up destination word report 
           FileStream output = File.Create("../../../../Data/Samples/Destination/Pie Chart Report.docx");

           //Generate the report
           DocumentAssembler doc = new DocumentAssembler();
           //Beside data source and output path it takes dataSourceObject and dataSourceString
           doc.AssembleDocument(template, output, GetProductsData(), "customers");
       }

以上是关于csharp 在groupdocs.assembly 3.0.0.cs中生成报告的主要内容,如果未能解决你的问题,请参考以下文章

Scorpio-CSharp总链接

关于异常Microsoft.CSharp.RuntimeBinder.RuntimeBinderException

csharp 在实际控制之前捕捉击键

csharp 在Startup.cs上设置招摇

csharp 在课堂上获取所有属性

csharp Crystal报告显示在WEB上