1024programmer News csharp example CSHARPGroupDocs.AssemblyExamplesGenerateReportGenerateInTableListFromXMLinOpenPresentat

csharp example CSHARPGroupDocs.AssemblyExamplesGenerateReportGenerateInTableListFromXMLinOpenPresentat

This article is organized by Programming Notes# for everyone. It mainly introduces the knowledge related to csharp such as -CSHARP-GroupDocs.AssemblyExamples-GenerateReport-GenerateInTableListFromXMLinOpenPresentat. I hope it has certain reference value for you.

// For complete examples and data files, please go to https://github.com/groupdocsassembly/GroupDocs_Assembly_NET
//Setting up source open presentation template
const String strPresentatiOnTemplate= "Presentation Templates/In-Table List_XML_OpenDocument.odp";
//Setting up destination open presentation report
const String strPresentatiOnReport= "Presentation Reports/In-Table List_XML Report. odp";
try
{
//Instantiate DocumentAssembler class
DocumentAssembler assembler = new DocumentAssembler();
//Call AssembleDocument to generate In-Table List Report in open presentation format
> assembler.AssembleDocument(CommonUtilities.GetSourceDocument(strPresentationTemplate), CommonUtilities.SetDestinationDocument(strPresentationReport), DataLayer.GetAllDataFromXML(), "ds");
}
catch (Exception ex)
{
Console .WriteLine(ex.Message);
}

This article is from the internet and does not represent1024programmerPosition, please indicate the source when reprinting:https://www.1024programmer.com/csharp-example-csharpgroupdocs-assemblyexamplesgeneratereportgenerateintablelistfromxmlinopenpresentat/

author: admin

Previous article
Next article

Leave a Reply

Your email address will not be published. Required fields are marked *

Contact Us

Contact us

181-3619-1160

Online consultation: QQ交谈

E-mail: [email protected]

Working hours: Monday to Friday, 9:00-17:30, holidays off

Follow wechat
Scan wechat and follow us

Scan wechat and follow us

Follow Weibo
Back to top
首页
微信
电话
搜索