Create dynamic column report

Stimulsoft Reports.NET discussion
Post Reply
pengan
Posts: 1
Joined: Thu Feb 07, 2013 9:34 am

Create dynamic column report

Post by pengan »

Hi,

I want to create a dynamic columns in stimulsoft.net. These columns come from a runtime dataset.

How can I create this type of report?

Thank!
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Create dynamic column report

Post by Alex K. »

Hello,

Please check the sample project in the attachment.

Thank you.
Attachments
DynamicCreateReport.zip
(15.46 KiB) Downloaded 399 times
Pierce
Posts: 3
Joined: Wed May 29, 2013 6:37 am

Re: Create dynamic column report

Post by Pierce »

In your Sample Code

ds.ReadXmlSchema("e:\\Demo.xsd");
ds.ReadXml("e:\\Demo.xml");

But I don't have Demo.xsd and Demo.Xml files
So...please help. thanks. :shock:
Pierce
Posts: 3
Joined: Wed May 29, 2013 6:37 am

Re: Create dynamic column report

Post by Pierce »

hi
in your sample code
ds.ReadXmlSchema("e:\\Demo.xsd");
ds.ReadXml("e:\\Demo.xml");

But I dont have the Demo.xsd and Demo.xml.

please check it. thanks~
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Create dynamic column report

Post by HighAley »

Hello.

You could find it in our distributive.

Thank you.
Post Reply