Sub Reports, I want to make an external report my sub report, I set the property to "Use External Report = True". But then what? How do I specify which external report to use, do I need to shove in some code somewhere like in this post External Report or has this been changed?
If my sub report is quite large, can I add more pages to my sub report?
If my data has no value in the data source, it get filled with a (null) value, can this be changed to zero instead of null?
Cheers
Doghouse
Sub Reports, pages and external reports
Sub Reports, pages and external reports
Hello Doghouse,
Thank you.
Yes you need use same method.Sub Reports, I want to make an external report my sub report, I set the property to "Use External Report = True". But then what? How do I specify which external report to use, do I need to shove in some code somewhere like in this post External Report or has this been changed?
Can you explain this request in more details?If my sub report is quite large, can I add more pages to my sub report?
Report engine change all null values to zero by default. You can control this function with help of ConvertNulls property of StiReport.If my data has no value in the data source, it get filled with a (null) value, can this be changed to zero instead of null?
Thank you.