Skip to main content
A newer version of this page is available.

XtraReportModel Members

Obsolete. Obsolete. Use the XtraReportModel class instead.

Constructors

Name Description
XtraReportModel() Initializes a new instance of the XtraReportModel class with the default settings.
XtraReportModel(XtraReportModel) Initializes a new instance of the XtraReportModel class with the specified report model.

Properties

Name Description
AdjustFieldWidth Specifies whether or not the data fields’ content should affect the width of corresponding report controls. Inherited from ReportModel.
ColumnInfo For internal use. Inherited from ReportModel.
Columns Specifies the data columns that are available in the Report Wizard. Inherited from ReportModel.
CrossTabFieldInfo Inherited from ReportModel.
CtorParameters Specifies parameters to pass to an ObjectDataSource constructor. Inherited from XtraReportModel.
CustomLabelInformation Specifies the information that is required to create a custom Label Report. Inherited from ReportModel.
DataConnection Specifies the data connection options. Inherited from XtraReportModel.
DataMember Specifies the report data member. Inherited from XtraReportModel.
DataMemberName For internal use. Inherited from ReportModel.
DataSchema Specifies the report data source schema. Inherited from XtraReportModel.
DataSourceName Specifies the report data source name. Inherited from XtraReportModel.
DataSourceType Specifies the report data source type. Inherited from XtraReportModel.
FileName Specifies the file name of an ExcelDataSource. Inherited from XtraReportModel.
GroupingLevels Specifies the grouping levels available in a report. Inherited from ReportModel.
IgnoreNullValuesForSummary Specifies whether or not null values (if occurred in a data source) should be ignored when calculating a summary function. Inherited from ReportModel.
JsonSchema Specifies the JSON data source schema. Inherited from XtraReportModel.
JsonSource Inherited from XtraReportModel.
LabelProductDetailId For internal use. Specifies the ID of a product label’s details. Inherited from ReportModel.
LabelProductId For internal use. Specifies the ID of a product label. Inherited from ReportModel.
Layout Specifies the report layout type. Inherited from ReportModel.
Margins Specifies the margins of the report’s pages (measured in Document units). Inherited from ReportModel.
MasterDetailGroupsInfo Provides information about grouping levels specified for a report and its detail reports. Inherited from XtraReportModel.
MasterDetailInfo Provides information about queries and master-detail relationships between them. Inherited from XtraReportModel.
MasterDetailSummariesInfo Provides information about summary options specified for a report and its detail reports. Inherited from XtraReportModel.
MemberParameters Specifies parameters to pass to an ObjectDataSource method. Inherited from XtraReportModel.
ObjectConstructor Specifies a constructor used to create an instance of an ObjectDataSource. Inherited from XtraReportModel.
ObjectMember Specifies an ObjectDataSource member to use for data binding. Inherited from XtraReportModel.
PaperKind Specifies the type of paper for the report. Inherited from ReportModel.
PaperSize Specifies the report’s paper size (measured in Document units). This can only be set if the PaperKind property is set to Custom. Inherited from ReportModel.
Portrait Specifies the report page orientation. Inherited from ReportModel.
Queries Provides access to the collection of SQL queries displayed in the Data Source Wizard. Inherited from XtraReportModel.
Query Inherited from XtraReportModel.
RealDataMember For internal use. Inherited from XtraReportModel.
RealDataSource For internal use. Inherited from XtraReportModel.
ReportColorScheme Specifies the color scheme applied to the report’s controls. Inherited from ReportModel.
ReportStyleId Specifies the report visual style. Inherited from ReportModel.
ReportTitle Specifies the report title (for printing on the report header). Inherited from ReportModel.
ReportType Specifies the report type. Inherited from ReportModel.
RootElement Inherited from XtraReportModel.
Schema Specifies the schema of an ExcelDataSource. Inherited from XtraReportModel.
ShouldSaveConnection Specifies how and where to store the connection string of a SqlDataSource. Inherited from XtraReportModel.
ShouldSavePassword Specifies whether or not to save the password for an ExcelDataSource. Inherited from XtraReportModel.
ShowAllState Specifies the state of check boxes throughout the ObjectDataSource creation pages. Inherited from XtraReportModel.
SourceOptions Specifies the options of an ExcelDataSource. Inherited from XtraReportModel.
SummaryOptions Specifies options required to calculate a summary function in a report. Inherited from ReportModel.
Tag Specifies additional report model data. Inherited from XtraReportModel.
TemplateFields Specifies the template report’s fields. Inherited from ReportModel.
TemplateOptions Specifies options of a report template. Inherited from ReportModel.
TemplateReportType Specifies the template report type. Inherited from ReportModel.
TryUseExpressions Specifies whether the Report Wizard should try to create the report with the binding expressions mode. Inherited from ReportModel.
Unit Specifies units of measure for the report. Inherited from ReportModel.
UseMasterDetailBuilder For internal use. Inherited from ReportModel.

Methods

Name Description
Clone() Creates a new XtraReportModel instance, which is a copy of the current instance. Inherited from XtraReportModel.
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 XtraReportModel instance. Inherited from XtraReportModel.
GetHashCode() Gets the hash code that corresponds to the value of the current XtraReportModel object. Inherited from XtraReportModel.
GetType() Gets the Type of the current instance. Inherited from Object.
IsGrouped() Specifies whether or not there are groups in the report. Inherited from ReportModel.
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