ReportDesigner Class Members
In This Topic
The following tables list the members exposed by ReportDesigner.
Public Constructors
Public Properties
| Name | Description |
| App | Application API |
| AppBarSettings | App Bar settings. |
| DataSettings | Data-related settings. |
| DesignerInitialized | The callback that is invoked when a Designer is initialized |
| DisableFocusTimer | By default, focused elements (like buttons) are highlighted only for a small period of time after Tab key was pressed. This settings makes focused elements permanently highlighted. |
| DisableSystemClipboard | Disable usage of system clipboard. Copy-paste between designer instances will work only in the same browser in the same domain. |
| Document | Document to open on app startup, if not set new empty document will be created. |
| Documents | Documents API |
| DocumentsSettings | Documents API settings. |
| Fonts | Specifies the list of fonts displayed in Font property editors all over Designer. |
| Height | The height of the Designer, by default 100% |
| ImageMimeTypes | Specifies the list of supported image mime-types. |
| Language | Specifies language to use for the Designer |
| LocalizationResources | Custom localization resources |
| LockLayout | When LockLayout is enabled, it is only possible to modify properties of existing report items. I.e., adding a new report item or deleting of an existing one is not possible as well as other operations that modify report layout structure. |
| MenuSettings | Menu settings. |
| Notifications | Notifications API |
| PreviewSettings | Document Preview settings. |
| PropertyGridSettings | Property Grid settings. |
| RdlxSettings | RDLX platform-specific settings. |
| RpxSettings | RPX platform-specific settings. Must exist for the RPX reports to work. |
| ServerSettings | Backend-related settings. |
| StatusBarSettings | Status Bar settings. |
| StoreUnsavedReport | When StoreUnsavedReport is enabled, the last unsaved report can be restored if browser tab or browser itself gets accidentally closed. In case StoreUnsavedReport is disabled, the aforementioned functionality is not available. |
| StoreUserPreferences | When StoreUserPreferences is enabled, user preferences will be saved to a browser storage. In case StoreUnsavedReport is disabled, the aforementioned functionality is not available. |
| StylesSettings | RPX Styles-related settings. |
| ThemesSettings | Configures various theme-related settings. |
| TitleSettings | Document Title settings. |
| ToolBarSettings | Tool Bar settings |
| Units | Specifies the default measurement units. |
| Width | The width of the Designer, by default 100% |
Top
See Also