ReportModel Properties
Stores intermediate report settings during a Report Wizard session.| 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. |
| CustomLabelInformation | Specifies the information that is required to create a custom label report using a Report Wizard. |
| DataMemberName | Specifies the data member name. |
| DataSourceName | Specifies the data source name. |
| GroupingLevels | Specifies the grouping levels available in a report. |
| IgnoreNullValuesForSummary | Specifies whether or not null values (if occured in a datasource) 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. |
| Portrait | Specifies the report page orientation. |
| ReportStyleId | Specifies the report visual style. |
| ReportTitle | Specifies the report title (for printing on the report header). |
| ReportType | Specifies the report type. |
| SummaryOptions | For internal use. Specifies the options required to calculate a summary function in a report. |
See Also