rdlc - Issue with Subreport
HI,
I have a tabular report(RDLC). When there are no records in the datasource, then only column headers are displayed. The tabular report is used as a subreport in a master report. Now when there are no records for the subreport, then atleast the column
headers should be displayed. However, the subreport is rendering a blank page. Is there a fix to this issue such that when there are no records for the subreport then the column headers should be displayed.
-- Praveen
May 3rd, 2011 12:42pm
you could force a row of nulls with an extra column for "no data" and set this to 1. Use this in your tabular report so the headers show up and you'll have something always appearing for the subreport to work.
Free Windows Admin Tool Kit Click here and download it now
May 3rd, 2011 4:32pm


