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

ReportDesignerModel Properties

A model that contains information about a report. The Web Report Designer is bound to this model.
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.
JsonWizardConnections
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.
See Also