Hi ,
We have a .Net code to attach a dataset to the template . When the dataset is null or has no value , the code throws an exception Null Reference exception . In this case we need to pass blanks in the template to get a blank report. like select sedol as '' and we get the headers in the report.
is there any method where we can attach a null dataset to a template so that it can generate a blank report??????