ReportModel Properties
Stores intermediate report settings during the Report Wizard execution.| Name | Description |
|---|---|
| AdjustFieldWidth | Specifies whether or not the data fields’ content should affect the width of corresponding report controls. |
| Columns | Specifies the data columns that are available in the Report Wizard. |
| CrossTabFieldInfo | |
| CustomLabelInformation | Specifies the information that is required to create a custom Label Report. |
| DataMemberName | For internal use. |
| Font | |
| GroupingLevels | Specifies the grouping levels available in a report. |
| IgnoreNullValuesForSummary | Specifies whether or not null values (if occurred in a data source) should be ignored when calculating a summary function. |
| LabelProductDetailId | For internal use. Specifies the ID of a product label’s details. |
| LabelProductId | For internal use. Specifies the ID of a product label. |
| Layout | Specifies the report layout type. |
| Margins | Specifies the margins of the report’s pages (measured in Document units). |
| PaperKind | Specifies the type of paper for the report. |
| PaperSize | Specifies the report’s paper size (measured in Document units). This can only be set if the PaperKind property is set to Custom. |
| Portrait | Specifies the report page orientation. |
| ReportColorScheme | Specifies the color scheme applied to the report’s controls. |
| ReportPrompt | Specifies the report prompt. |
| ReportStyleId | Specifies the report visual style. |
| ReportTitle | Specifies the report title (for printing on the report header). |
| ReportType | Specifies the report type. |
| ReportUnit | Specifies the report measurement unit. |
| SummaryOptions | Specifies options required to calculate a summary function in a report. |
| TemplateFields | Specifies the template report’s fields. |
| TemplateOptions | Specifies options of a report template. |
| TemplateReportType | Specifies the template report type. |
| TryUseExpressions | Specifies whether the Report Wizard should try to create the report in expression bindings mode. |
| Unit | Obsolete. Specifies units of measure for the report. |
| UseMasterDetailBuilder | For internal use. |
See Also