Skip to main content
All docs
V19.2

ReportModel Members

Obsolete. Obsolete. Use the ReportModel class instead.

Constructors

Name Description
ReportModel() Initializes a new instance of the ReportModel class with the default settings.

Properties

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 Wizard.
CustomLabelInformation Specifies the information that is required to create a custom Label Report.
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 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.
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 options required to calculate a summary function in a report.

Methods

Name Description
Clone() Creates a new ReportModel instance, which is a copy of the current instance.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether or not the specified object is equal to the current ReportModel instance.
GetHashCode() Serves as the default hash function.
GetType() Gets the Type of the current instance. Inherited from Object.
IsGrouped() Specifies whether or not there are groups in the report.
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