Hi,
I have to add 4 different types of data viz. TextBlock, TextBox, Collection of check boxes and table type data(Table type is dynamic ie. column will be created on the fly based on the data).
I have created 4 different sub reports for these types of data(Not created a table type yet). Now I want to create a report based on the type of the data.
for example:
Item[0].Type = "TextBlock" then Display sub-report of TextBlock
Item[1].Type = "Table" then Display sub-report of table type data
Item[2].Type = "TextBlock" then Display sub-report of TextBlock
Item[3].Type = "CheckBox" then Display sub-report of Collection of check boxes
Item[4].Type = "Table" then Display sub-report of table type data
Item[5].Type = "TextBlock" then Display sub-report of TextBlock
Can I create a report on the basis of these sub-reports?
If yes, then how?
Thanks in advance!!
Regards
Sudhir
I have to add 4 different types of data viz. TextBlock, TextBox, Collection of check boxes and table type data(Table type is dynamic ie. column will be created on the fly based on the data).
I have created 4 different sub reports for these types of data(Not created a table type yet). Now I want to create a report based on the type of the data.
for example:
Item[0].Type = "TextBlock" then Display sub-report of TextBlock
Item[1].Type = "Table" then Display sub-report of table type data
Item[2].Type = "TextBlock" then Display sub-report of TextBlock
Item[3].Type = "CheckBox" then Display sub-report of Collection of check boxes
Item[4].Type = "Table" then Display sub-report of table type data
Item[5].Type = "TextBlock" then Display sub-report of TextBlock
Can I create a report on the basis of these sub-reports?
If yes, then how?
Thanks in advance!!
Regards
Sudhir