Class ReportDesignerPropertiesBuilder
Class for ReportDesignerPropertiesBuilder.
Inheritance
Inherited Members
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class ReportDesignerPropertiesBuilder : IPropertiesBuilder, IHtmlString
Constructors
ReportDesignerPropertiesBuilder()
Declaration
public ReportDesignerPropertiesBuilder()
ReportDesignerPropertiesBuilder(ReportDesigner)
Initializes a new instance of the ReportDesignerPropertiesBuilder class.
Declaration
public ReportDesignerPropertiesBuilder(ReportDesigner reportDesigner)
Parameters
| Type | Name | Description |
|---|---|---|
| ReportDesigner | reportDesigner | The report designer. |
Methods
AjaxBeforeLoad(String)
Fires before AJAX loads. If you want to perform any operation before ajax loads you can make use of the ajaxBeforeLoad event.
Declaration
public ReportDesignerPropertiesBuilder AjaxBeforeLoad(string ajaxBeforeLoad)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | ajaxBeforeLoad | Gets the ajax before load event. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
AjaxError(String)
Fires when AJAX result is failed.
Declaration
public ReportDesignerPropertiesBuilder AjaxError(string ajaxError)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | ajaxError | Gets the ajax error event. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
AjaxSuccess(String)
Fires when AJAX result is succeeded.If you want to perform any operation when ajax request suceeded,you can make use of the ajaxSuccess event.
Declaration
public ReportDesignerPropertiesBuilder AjaxSuccess(string ajaxSuccess)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | ajaxSuccess | Gets the ajax success. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
ConfigurePaneSettings(Action<ConfigurePaneSettingsBuilder>)
Sets the configurepane settings.
Declaration
public ReportDesignerPropertiesBuilder ConfigurePaneSettings(Action<ConfigurePaneSettingsBuilder> configurePaneSettings)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<ConfigurePaneSettingsBuilder> | configurePaneSettings |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
Create(String)
Fires when the Report Designer widget is created.
Declaration
public ReportDesignerPropertiesBuilder Create(string create)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | create | Gets the create event. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
Destroy(String)
An event to dispose report designer instance.
Declaration
public ReportDesignerPropertiesBuilder Destroy(string destroy)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | destroy | Gets the destroy event. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
ExtensionLocaleChanged(String)
To load locale key text from external source you can make use of this event .
Declaration
public ReportDesignerPropertiesBuilder ExtensionLocaleChanged(string extensionLocaleChanged)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | extensionLocaleChanged | Gets the extensionLocaleChanged event. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
Locale(String)
Sets the locale for report designer.
Declaration
public ReportDesignerPropertiesBuilder Locale(string locale)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | locale | Gets the current locale culture as string. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
OpenReportClick(String)
Fires while clicking open menu items.
Declaration
public ReportDesignerPropertiesBuilder OpenReportClick(string openReportClick)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | openReportClick | Gets the open report click . |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
PermissionSettings(Action<PermissionSettingsBuilder>)
Specifies the permission that should be enabled.
Declaration
public ReportDesignerPropertiesBuilder PermissionSettings(Action<PermissionSettingsBuilder> permission)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<PermissionSettingsBuilder> | permission |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
Render()
Declaration
public void Render()
ReportDataExtensions(Action<ReportDataExtensionBuilder>)
Sets the list of report item extensions to render custom report items.
Declaration
public ReportDesignerPropertiesBuilder ReportDataExtensions(Action<ReportDataExtensionBuilder> reportDataExtensions)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<ReportDataExtensionBuilder> | reportDataExtensions |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
ReportDataExtensions(List<ReportDataExtensionsModule>)
Gets or sets the list of custom report items.
Declaration
public ReportDesignerPropertiesBuilder ReportDataExtensions(List<ReportDataExtensionsModule> reportDataExtensions)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<ReportDataExtensionsModule> | reportDataExtensions |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
ReportItemExtensions(Action<ReportItemExtensionBuilder>)
Sets the list of report item extensions to render custom report items.
Declaration
public ReportDesignerPropertiesBuilder ReportItemExtensions(Action<ReportItemExtensionBuilder> reportItemExtensions)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<ReportItemExtensionBuilder> | reportItemExtensions | Gets the list of custom report item. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
ReportItemExtensions(List<ReportItemExtensionsModule>)
Gets or sets the list of custom report items.
Declaration
public ReportDesignerPropertiesBuilder ReportItemExtensions(List<ReportItemExtensionsModule> reportItemExtensions)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<ReportItemExtensionsModule> | reportItemExtensions | Gets the list of custom report items. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
ReportModified(String)
Fires when the report is modified.
Declaration
public ReportDesignerPropertiesBuilder ReportModified(string reportModified)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | reportModified | Gets the reportModified event. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
ReportOpened(String)
Fires when the report is opened.
Declaration
public ReportDesignerPropertiesBuilder ReportOpened(string reportOpened)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | reportOpened | Gets the reportOpened event. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
ReportPath(String)
Sets the report path to open report.
Declaration
public ReportDesignerPropertiesBuilder ReportPath(string reportpath)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | reportpath | Gets the path of report. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
ReportSaved(String)
Fires when the report is saved.
Declaration
public ReportDesignerPropertiesBuilder ReportSaved(string reportSaved)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | reportSaved | Gets the report Saved event. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
ReportServerUrl(String)
Sets the server Url for report designer.
Declaration
public ReportDesignerPropertiesBuilder ReportServerUrl(string reportServerUrl)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | reportServerUrl | Gets the Url of report server. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
ReportType(ReportType)
Specifies the report type of the report.
Declaration
public ReportDesignerPropertiesBuilder ReportType(ReportType reportType)
Parameters
| Type | Name | Description |
|---|---|---|
| ReportType | reportType | The report type. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
SaveReportClick(String)
Fires when the save menu items are clicked.
Declaration
public ReportDesignerPropertiesBuilder SaveReportClick(string saveReportClick)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | saveReportClick | Gets the save report click event. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
ServiceAuthorizationToken(String)
Sets the token to access the Report Server API services.
Declaration
public ReportDesignerPropertiesBuilder ServiceAuthorizationToken(string serviceAuthorizationToken)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | serviceAuthorizationToken | Gets the token to access the Report Server API services. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
ServiceUrl(String)
Sets the report Web API service url.
Declaration
public ReportDesignerPropertiesBuilder ServiceUrl(string serviceUrl)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | serviceUrl | Gets the report service URL to access the report server API. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
ToHtmlString()
Declaration
public string ToHtmlString()
Returns
| Type | Description |
|---|---|
| System.String |
ToolbarClick(String)
Fires while clicking the toolbar items.
Declaration
public ReportDesignerPropertiesBuilder ToolbarClick(string toolbarClick)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | toolbarClick | Gets the toolbar click event. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
ToolbarRendering(String)
Fires while rendering the Report Designer toolbar.
Declaration
public ReportDesignerPropertiesBuilder ToolbarRendering(string toolbarRendering)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | toolbarRendering | Gets the toolbar rendering event. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |
ToolbarSettings(Action<DesignerToolbarSettingsBuilder>)
Sets the toolbar settings.
Declaration
public ReportDesignerPropertiesBuilder ToolbarSettings(Action<DesignerToolbarSettingsBuilder> toolbarSettings)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<DesignerToolbarSettingsBuilder> | toolbarSettings | Gets the toolbar property settings. |
Returns
| Type | Description |
|---|---|
| ReportDesignerPropertiesBuilder | ReportDesignerPropertiesBuilder. |