ReportPrintOptions Members
Provides options that define how a report is printed in various circumstances.Constructors
| Name | Description |
|---|---|
| ReportPrintOptions() | Initializes a new instance of the ReportPrintOptions class with the default settings. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| ActivateDesignTimeProperties(Boolean) | For internal use. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also