From what context? If you have a master detail report, and the master prints on a new page, then set the detail data pipeline's SkipWhenNoRecords property to cause the master to not print when there are no details.
Perhaps you mean the Report.NoDataBehaviors property? Set this to control how the report prints when there is no data. There is also the Report.OnNoData event.
Comments
on a new page, then set the detail data pipeline's SkipWhenNoRecords
property to cause the master to not print when there are no details.
Perhaps you mean the Report.NoDataBehaviors property? Set this to control
how the report prints when there is no data. There is also the
Report.OnNoData event.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com