Name | Description | |
---|---|---|
Color | Gets or sets a boolean value indicating if the report should be printed in color. | |
ColumnLayout | Gets or sets a value indicating how columns which surpass the available page width are printed in a report. | |
CustomVariables | Gets a dictionary of case-insensitive custom variables. | |
DefaultPath | Gets or sets the default path from which the XML files containing the report settings are saved and loaded. | |
IsColorDefined | Gets a boolean value indicating if the Color property has been explicitly set. | |
IsColumnLayoutDefined | Gets a boolean value indicating if the ColumnLayout property has been explicitly set. | |
IsLandscapeDefined | Gets a boolean value indicating if the Landscape property has been explicitly set. | |
IsMarginsDefined | Gets a boolean value indicating if the Margins property has been explicitly set. | |
IsPaperSizeDefined | Gets a boolean value indicating if the PaperSize property has been explicitly set. | |
IsPaperSourceNameDefined | Gets a boolean value indicating if the PaperSourceName property has been explicitly set. | |
IsPrinterNameDefined | Gets a boolean value indicating if the PrinterName property has been explicitly set. | |
IsTitleDefined | Gets a boolean value indicating if the Title property has been explicitly set. | |
Landscape | Gets or sets a boolean value indicating if the report should be printed in landscape orientation. | |
Margins | Gets or sets the margins of the printed report. | |
PaperSize | Gets or sets the size of the paper on which the report will be printed. | |
PaperSource | Gets the paper tray from which the printer gets paper. | |
PaperSourceName | Gets or sets the name of the paper source. | |
PersistedColumnProperties | Gets a collection containing the case-sensitive names of the ColumnReportStyle properties that will be saved when the Save method is called, and loaded when the Load method is called. | |
PersistedSettings | Gets the case-sensitive names of the properties of the ReportSettings that will be persisted with the grid and saved or loaded when the Save or Load methods are called. | |
PrinterName | Gets or sets the name of the printer on which to print the report. | |
Title | Gets or sets the title of the report. |