[]
ReportDesigner.Designer
レポートデザイナのコンポーネント。
• new Designer(element
, config?
)
レポートデザイナコンポーネントのインスタンスを作成します。
Name | Type | Description |
---|---|---|
element |
string | object | Element |
コンポーネントのホスト要素。 |
config? |
DesignerConfig |
デザイナの設定。 |
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:254
• get
fontSet(): FontSet
使用可能なフォントのセットを取得します。
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:257
• set
fontSet(value
): void
使用可能なフォントのセットを設定します。
Name | Type |
---|---|
value |
FontSet |
void
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:259
▸ getReport(): Promise
<ReportInfo
>
現在のレポートを取得します。
Promise
<ReportInfo
>
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:268
▸ processCommand(cmd
): Promise
<void
>
コマンドを処理します。
Name | Type | Description |
---|---|---|
cmd |
DesignerCommand |
コマンド名。 |
Promise
<void
>
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:283
▸ setActionHandlers(actions
): Promise
<void
>
アクションハンドラを設定します。
Name | Type | Description |
---|---|---|
actions |
ActionHandlers |
アクションハンドラ。 |
Promise
<void
>
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:273
▸ setDataSourceTemplates(templates
): Promise
<void
>
DataSourceテンプレートを設定します。
Name | Type | Description |
---|---|---|
templates |
DataSourceTemplate [] |
DataSourceテンプレートのリスト。 |
Promise
<void
>
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:288
▸ setReport(report
, whenDirty?
, isDirtyInitial?
): Promise
<void
>
レポートを設定します。
Name | Type | Description |
---|---|---|
report |
Report |
ロードするレポート情報。 |
whenDirty? |
WhenDirty |
レポートがダーティ状態の場合に実行するアクション。 |
isDirtyInitial? |
boolean |
Initial value for 'dirty' state after load. |
Promise
<void
>
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:266
▸ setResourceProvider(resourceProvider
): Promise
<void
>
リソースプロバイダーを設定します。
Name | Type | Description |
---|---|---|
resourceProvider |
Partial <ResourceProvider > |
リソースプロバイダー。 |
Promise
<void
>
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:278