[]
Ƭ DataSetTemplate: Object
Defines a dataset template for data panel.
Name | Type | Description |
---|---|---|
canEdit? |
boolean |
Instructs if DataSet, created from template, can be edited |
id |
string |
Template ID |
nestedTemplates? |
RDLX.DataSet [] |
RDLX definitions for nested DataSets |
shouldEdit? |
boolean |
Instructs designer to show edit dialog |
template |
RDLX.DataSet |
RDLX definition of DataSet |
title |
string |
Title |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:6
Ƭ DataSourceTemplate: Object
Defines the datasource template for data panel.
Name | Type | Description |
---|---|---|
canEdit? |
boolean |
Instructs if DataSet, created from template, can be edited |
datasets? |
DataSetTemplate [] |
DataSet templates for DataSource based on template |
id |
string |
Template ID |
shouldEdit? |
boolean |
Instructs designer to show edit dialog |
template |
RDLX.DataSource |
RDLX definition of DataSource |
title |
string |
Title |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:21
Ƭ DesignerCommand: "save"
| "saveAs"
| "create"
| "open"
| "render"
Command name.
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:122
Ƭ DesignerConfig: Object
Designer configuration
Name | Type | Description |
---|---|---|
disableOpenSaveHotkeys? |
boolean |
If set to 'true' disables default open and save report hotkeys, |
language? |
string |
Application language, for example 'en', 'ja or 'zh'. Default value is 'en'. |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:124
Ƭ FontSet: "default"
| "registered"
| "all"
Fonts set.
default: predefined fonts
registered: fonts registered in FontStore
all: predefined an registered in FontStore fonts
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:119
Ƭ ImageResourceInfo: Object
Represents image information.
Name | Type | Description |
---|---|---|
displayName? |
string |
Resource display name. |
id |
string |
Resource ID. |
mimeType |
string |
Mime type. |
thumbnail? |
string |
Thumbnail. |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:81
Ƭ Report: ReportLink
| ReportDefinition
Report info
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:150
Ƭ ReportDefinition: Object
Report info representing report by definition.
Name | Type | Description |
---|---|---|
definition |
RDLReportDefinition |
RDLX report definition. |
displayName? |
string |
Report display name. |
id? |
string |
Report id. |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:141
Ƭ ReportInfo: Object
Represents current report information.
Name | Type | Description |
---|---|---|
definition |
RDLReportDefinition |
RDLX report definition. |
displayName |
string |
Report display name. |
id |
string | null |
Report id. |
isDirty |
boolean |
True if report is in dirty (not saved) state. |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:236
Ƭ ReportLink: Object
Report info representing report by ID.
Name | Type | Description |
---|---|---|
displayName? |
string |
Report display name. |
id |
string |
Report ID |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:134
Ƭ ReportResourceInfo: Object
Represents external resource information.
Name | Type | Description |
---|---|---|
displayName? |
string |
Resource display name. |
id |
string |
Resource ID. |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:65
Ƭ SaveAsResult: Object
Represents result of "save new report" operation.
Name | Type | Description |
---|---|---|
displayName? |
string |
Report display name. |
id |
string |
New report ID. |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:175
Ƭ SaveNewReportInfo: Object
Current report info to be saved as new one.
Name | Type | Description |
---|---|---|
definition |
RDLReportDefinition |
Current RDLX report definittion. |
displayName? |
string |
Current report display name. |
id? |
string |
Current report ID. |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:161
Ƭ SaveReportInfo: Object
Current report info to be saved.
Name | Type | Description |
---|---|---|
definition |
RDLReportDefinition |
Current RDLX report definittion. |
displayName? |
string |
Current report display name. |
id |
string |
Current report ID. |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:152
Ƭ SaveResult: Object
Represents result of "save report" operation.
Name | Type | Description |
---|---|---|
displayName? |
string |
Report display name after save. |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:170
Ƭ ThemeInfo: Object
Report theme short representation.
Name | Type | Description |
---|---|---|
Accent1 |
string |
Accent1 theme color |
Accent2 |
string |
Accent2 theme color |
Accent3 |
string |
Accent3 theme color |
Accent4 |
string |
Accent4 theme color |
Accent5 |
string |
Accent5 theme color |
Accent6 |
string |
Accent6 theme color |
Dark1 |
string |
Dark1 theme color |
Dark2 |
string |
Dark2 theme color |
Light1 |
string |
Light1 theme color |
Light2 |
string |
Light2 theme color |
MajorFontFamily |
string |
Major text theme font family |
MinorFontFamily |
string |
Minor text theme font family |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:37
Ƭ ThemeResourceInfo: Object
Represents theme information.
Name | Type | Description |
---|---|---|
displayName? |
string |
Resource display name. |
id |
string |
Resource ID. |
info |
ThemeInfo |
Theme short representation. |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:72
Ƭ WhenDirty: "ask"
| "override"
| "throw"
Represents action to perform in case of dirty report.
ask: show comfirmation dialog
override: override dirty report
throw: throw error
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:225
• templates: Object
Default report templates
Name | Type | Description |
---|---|---|
CPL |
RDLReportDefinition |
Empty CPL report |
FPL |
RDLReportDefinition |
Empty FPL report |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:228