ReportPrintOptions Properties
Provides options that define how a report is printed in various circumstances.Name | Description |
---|---|
BlankDetailCount | Specifies how many times the empty Detail band is repeated before printing the regular data. |
DetailCount | Specifies the maximum number of times the Detail band will be printed when a data source is defined for the report, and it is not empty. |
DetailCountAtDesignTime | Specifies how many times the Detail band is printed in the Report Designer Preview. |
DetailCountOnEmptyDataSource | Specifies how many times the Detail band should be printed when no data source is defined for the report. |
PrintOnEmptyDataSource | Specifies whether a report should be printed if its data source has no data. |
See Also