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

ReportDesignerModel Members

A model that contains information about a report. The Web Report Designer is bound to this model.

Constructors

Name Description
ReportDesignerModel() Initializes a new instance of the ReportDesignerModel class with the default settings.
ReportDesignerModel(ReportDesignerModel) Initializes a new instance of the ReportDesignerModel class with the specified prototype.

Properties

Name Description
AllowMDI Specifies whether an end user can close all the multiple reports currently designed in the Web Report Designer or a single report should remain associated with it.
ConvertBindingsToExpressions Specifies whether end-users are prompted to convert a legacy report to use expression bindings when opening it in the End-User Report Designer.
DataBindingMode Specifies the binding mode used to provide dynamic contents to reports.
DataSourceRefInfo Specifies the information about report data sources.
DataSources Specifies the data sources available in the Report Designer.
DataSourcesData For internal use.
FormatStringData Specifies the set of format strings to display in the FormatString Editor.
Internals For internal use.
IsCustomSqlDisabled Specifies whether or not the editing of custom SQL strings is disabled.
KnownEnums For internal use.
MenuActions Specifies the menu actions available in the ReportDesignerModel.
MenuItemJSClickActions Specifies the JavaScript actions assigned to the menu items of a ReportDesignerModel.
QueryBuilderHandlerUri Specifies a URI (Uniform Resource Identifier) with which the Query Builder will send requests.
ReportDesignerHandlerUri Specifies a custom ASP.NET handler (or MVC controller) to which requests are sent from a Web Report Designer.
ReportExtensions Specifies the extensions available in the ReportDesignerModel.
ReportModelJson For internal use.
ReportPreviewHandlerUri Specifies a custom ASP.NET handler (or MVC controller) to which requests are sent from a Web Report Designer’s Print Preview.
ReportUrl Specifies the report URL.
RightToLeft Specifies whether or not a right-to-left layout is enabled in the End-User Report Designer user interface.
Subreports Specifies the subreports available in the ReportDesignerModel.
WizardConnections Specifies the data connections available in the Data Source Wizard.
WizardSettings Provides access to the Report Wizard settings.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
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