Page 1 of 1
Croos-band useage
Posted: Fri Sep 27, 2013 8:51 am
by GLND
i want generate a report with n number of column and n number of rows how to do it.
Re: Croos-band useage
Posted: Fri Sep 27, 2013 11:46 am
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.
Re: Croos-band useage
Posted: Mon Sep 30, 2013 3:39 am
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.
Re: Croos-band useage
Posted: Mon Sep 30, 2013 7:46 am
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.
Re: Croos-band useage
Posted: Mon Sep 30, 2013 8:37 am
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>
Re: Croos-band useage
Posted: Mon Sep 30, 2013 10:45 am
by Alex K.
Hello,
Please try to check the sample project how to create report directly in code in the attachment.
Thank you.
Re: Croos-band useage
Posted: Tue Oct 01, 2013 1:27 am
by GLND
thank you. its really helpful
Re: Croos-band useage
Posted: Tue Oct 01, 2013 6:05 am
by Alex K.
Hello,
We are always glad to help you!
Let us know if you need any additional help.