Croos-band useage

Stimulsoft Reports.Silverlight discussion
Locked
GLND
Posts: 4
Joined: Mon Sep 23, 2013 2:34 am

Croos-band useage

Post by GLND »

i want generate a report with n number of column and n number of rows how to do it.
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Croos-band useage

Post by HighAley »

Hello.

Sorry, but there are a lot of ways how to do it.
Could you describe your issue more detailed?
What type of Data Source do you use?

Thank you.
GLND
Posts: 4
Joined: Mon Sep 23, 2013 2:34 am

Re: Croos-band useage

Post by GLND »

I have list of column data and list of row data, i want generate a report using this bussiness object.
i dont know how many columns and rows will be in the list.
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Croos-band useage

Post by HighAley »

Hello.

And is there any data in the cells of cross-table? Could you send us structure of your data and describe what report do you need to create?

Thank you.
GLND
Posts: 4
Joined: Mon Sep 23, 2013 2:34 am

Re: Croos-band useage

Post by GLND »

Please find the attached. both column list is one bussiness object and row is another bussiness object.

List[string] datacolumnlist = new List[string]

Dictionary<string, object> rowdatalist = new Dictionary<string, object>
Attachments
output should be like this
output should be like this
samplewe.png (17.94 KiB) Viewed 4658 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Croos-band useage

Post by Alex K. »

Hello,

Please try to check the sample project how to create report directly in code in the attachment.

Thank you.
Attachments
CreateReportInCode.zip
(21.14 KiB) Downloaded 241 times
GLND
Posts: 4
Joined: Mon Sep 23, 2013 2:34 am

Re: Croos-band useage

Post by GLND »

thank you. its really helpful
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Croos-band useage

Post by Alex K. »

Hello,

We are always glad to help you!
Let us know if you need any additional help.
Locked