[]
Ƭ DataSetTemplate: Object
データパネルのデータセットテンプレートを定義します。
Name | Type | Description |
---|---|---|
canEdit? |
boolean |
テンプレートから作成されたDataSetを編集できるかどうかを指示します。 |
id |
string |
テンプレート ID。 |
nestedTemplates? |
RDLX.DataSet [] |
RDLX definitions for nested DataSets |
shouldEdit? |
boolean |
デザイナを編集ダイアログを表示するようにします。 |
template |
RDLX.DataSet |
DataSetのRDLX定義。 |
title |
string |
Title |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:6
Ƭ DataSourceTemplate: Object
データパネルのデータソーステンプレートを定義します。
Name | Type | Description |
---|---|---|
canEdit? |
boolean |
テンプレートから作成されたDataSetを編集できるかどうかを指示します。 |
datasets? |
DataSetTemplate [] |
テンプレートに基づくデータソースのDataSetテンプレート。 |
id |
string |
テンプレート ID。 |
shouldEdit? |
boolean |
デザイナを編集ダイアログを表示するようにします。 |
template |
RDLX.DataSource |
DataSourceのRDLX定義。 |
title |
string |
Title |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:21
Ƭ DesignerCommand: "save"
| "saveAs"
| "create"
| "open"
| "render"
コマンド名。
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:122
Ƭ DesignerConfig: Object
デザイナの構成。
Name | Type | Description |
---|---|---|
disableOpenSaveHotkeys? |
boolean |
trueに設定した場合、デフォルトの「レポートを開く」および「レポートの保存」のホットキーが無効になります。 |
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"
フォントのセット。
default:事前定義されたフォント。
registered:FontStoreに登録されているフォント。
all:FontStoreフォントで登録済みの定義済み。
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:119
Ƭ ImageResourceInfo: Object
画像の情報を表します。
Name | Type | Description |
---|---|---|
displayName? |
string |
リソースの表示名。 |
id |
string |
リソースID。 |
mimeType |
string |
MIMEの種類。 |
thumbnail? |
string |
サムネイル。 |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:81
Ƭ Report: ReportLink
| ReportDefinition
レポートの情報。
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:150
Ƭ ReportDefinition: Object
定義でレポートを表すレポート情報。
Name | Type | Description |
---|---|---|
definition |
RDLReportDefinition |
RDLXレポートの定義。 |
displayName? |
string |
レポートの表示名。 |
id? |
string |
レポートID。 |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:141
Ƭ ReportInfo: Object
現在のレポート情報を表します。
Name | Type | Description |
---|---|---|
definition |
RDLReportDefinition |
RDLXレポートの定義。 |
displayName |
string |
レポートの表示名。 |
id |
string | null |
レポートID。 |
isDirty |
boolean |
レポートがダーティ(保存されていない)状態の場合はTrue。 |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:236
Ƭ ReportLink: Object
IDでレポートを表すレポート情報。
Name | Type | Description |
---|---|---|
displayName? |
string |
レポートの表示名。 |
id |
string |
レポートID。 |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:134
Ƭ ReportResourceInfo: Object
外部リソース情報を表します。
Name | Type | Description |
---|---|---|
displayName? |
string |
リソースの表示名。 |
id |
string |
リソースID。 |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:65
Ƭ SaveAsResult: Object
「新しいレポートの保存」操作の結果を表します。
Name | Type | Description |
---|---|---|
displayName? |
string |
レポートの表示名。 |
id |
string |
新しいレポートID。 |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:175
Ƭ SaveNewReportInfo: Object
新しいレポートとして保存される現在のレポート情報。
Name | Type | Description |
---|---|---|
definition |
RDLReportDefinition |
現在のRDLXレポートの定義。 |
displayName? |
string |
現在のレポートの表示名。 |
id? |
string |
現在のレポートID。 |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:161
Ƭ SaveReportInfo: Object
保存する現在のレポート情報。
Name | Type | Description |
---|---|---|
definition |
RDLReportDefinition |
現在のRDLXレポートの定義。 |
displayName? |
string |
現在のレポートの表示名。 |
id |
string |
現在のレポートID。 |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:152
Ƭ SaveResult: Object
「レポートの保存」操作の結果を表します。
Name | Type | Description |
---|---|---|
displayName? |
string |
保存後のレポートの表示名。 |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:170
Ƭ ThemeInfo: Object
レポートのテーマの短い表現。
Name | Type | Description |
---|---|---|
Accent1 |
string |
「アクセント1」テーマ色 |
Accent2 |
string |
「アクセント2」テーマ色。 |
Accent3 |
string |
「アクセント3」テーマ色。 |
Accent4 |
string |
「アクセント4」テーマ色。 |
Accent5 |
string |
「アクセント5」テーマ色。 |
Accent6 |
string |
「アクセント6」テーマ色。 |
Dark1 |
string |
「濃色1」テーマ色 |
Dark2 |
string |
「濃色2」テーマ色 |
Light1 |
string |
「淡色1」テーマ色 |
Light2 |
string |
「淡色2」テーマ色 |
MajorFontFamily |
string |
メジャーフォントの設定。 |
MinorFontFamily |
string |
マイナーフォントの設定。 |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:37
Ƭ ThemeResourceInfo: Object
テーマの情報を表します。
Name | Type | Description |
---|---|---|
displayName? |
string |
リソースの表示名。 |
id |
string |
リソースID。 |
info |
ThemeInfo |
テーマの短い表現。 |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:72
Ƭ WhenDirty: "ask"
| "override"
| "throw"
レポートがダーティ状態の場合に実行するアクションを表します。
ask: 確認ダイアログを表示します。
override: ダーティなレポートをオーバーライドします。
Throw: エラーを発生します。
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:225
• templates: Object
デフォルトのレポートテンプレート。
Name | Type | Description |
---|---|---|
CPL |
RDLReportDefinition |
空のCPLレポート。 |
FPL |
RDLReportDefinition |
空のFPLレポート。 |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:228