Skip to main content

ReportDesignerBuilder Members

A builder for the Web Report Designer.

Constructors

Name Description
ReportDesignerBuilder(IHtmlHelper, String) Creates an object of the ReportDesignerBuilder class.
ReportDesignerBuilder(IHtmlHelper) Creates the ReportDesignerBuilder class’ instance.

Methods

Name Description
AllowMDI(Boolean) 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.
AutoBind(Boolean) Specifies whether to bind the Web Report Designer to an autogenerated View Model automatically.
Bind(XtraReport) Binds the Web Report Designer to a specified report.
Bind(ReportDesignerModel)
Bind(String) Retrieves a specified report from the report storage and binds it to the Web Report Designer.
ClientSideEvents(Action<ReportDesignerClientSideEventsBuilder>) Provides access to the ReportDesignerClientSideEventsBuilder object that allows you to handle the client-side events specific to the Web Report Designer.
ClientSideModelSettings(Action<ClientSideModelSettings>) Provides settings for the Web Report Designer‘s View Model.
CssClassName(String) Sets a specified CSS class to be applied to the Web Report Designer.
DataSources(Action<IDictionary<String, Object>>) Adds data sources that become available in the Report Designer.
DataSourceSettings(Action<DataSourceSettings>) Specifies settings that configure the user interface related to the data sources in the Report Designer.
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.
Height(String) Sets a specified height for the Web Report Designer‘s element on the page.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Name(String) Sets a specified identifier for the element representing the Web Report Designer on the page.
Nonce(String) Specifies the nonce value.
OpenReportXmlLayout(Byte[]) Creates a report from the specified XML bytes and then binds this report to the Web Report Designer.
QueryBuilderHandlerUri(String) Sets the custom MVC controller to which requests are sent from a Query Builder.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ReportDesignerHandlerUri(String) Sets the custom MVC controller to which requests are sent from a Web Report Designer.
ReportPreviewHandlerUri(String) Sets the custom MVC controller to which requests are sent from a Web Document Viewer invoked from the Report Designer.
ReportPreviewSettings(Action<ReportPreviewSettingsBuilder>)
RightToLeft(Boolean) Enables or disables a right-to-left layout in the Web Report Designer user interface.
ToString() Returns a string that represents the current object. Inherited from Object.
Width(String) Sets a specified width for the Web Report Designer‘s element on the page.
WizardSettings(Action<WizardSettings>) Provides access to the Report Designer‘s wizard settings.
See Also