[]
        
(Showing Draft Content)

ReportDesigner

Namespace: ReportDesigner

Table of contents

クラス

インターフェイス

型の別名

変数

Type aliases

CustomInitTemplates

Ƭ CustomInitTemplates: Object

Type declaration

Name Type
imperialTemplates? Report[]
metricTemplates? Report[]

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:59


DataSetTemplate

Ƭ DataSetTemplate: Object

データパネルのデータセットテンプレートを定義します。

Type declaration

Name Type Description
canEdit? boolean テンプレートから作成されたDataSetを編集できるかどうかを指示します。
id string テンプレート ID。
nestedTemplates? RDLX.DataSet[] ネストされたデータセットのRDLX定義。
shouldEdit? boolean デザイナを編集ダイアログを表示するようにします。
template RDLX.DataSet DataSetのRDLX定義。
title string Title

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:6


DataSourceTemplate

Ƭ DataSourceTemplate: Object

データパネルのデータソーステンプレートを定義します。

Type declaration

Name Type Description
canEdit? boolean テンプレートから作成されたDataSetを編集できるかどうかを指示します。
datasets? DataSetTemplate[] テンプレートに基づくデータソースのDataSetテンプレート。
id string テンプレート ID。
shouldEdit? boolean デザイナを編集ダイアログを表示するようにします。
template RDLX.DataSource DataSourceのRDLX定義。
title string Title

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:21


DesignerCommand

Ƭ DesignerCommand: "save" | "saveAs" | "create" | "open" | "render"

コマンド名。

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:150


DesignerConfig

Ƭ DesignerConfig: Object

デザイナの構成。

Type declaration

Name Type Description
customInitTemplates? CustomInitTemplates レポートおよびレポートアイテムのデフォルト値を持つテンプレート。
disableOpenSaveHotkeys? boolean trueに設定した場合、デフォルトの「レポートを開く」および「レポートの保存」のホットキーが無効になります。
language? string Application language, for example 'en', 'ja or 'zh'. Default value is 'en'.

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:152


FontSet

Ƭ FontSet: "default" | "registered" | "all"

フォントのセット。

default:事前定義されたフォント。
registered:FontStoreに登録されているフォント。
all:FontStoreフォントで登録済みの定義済み。

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:147


ImageResourceInfo

Ƭ ImageResourceInfo: Object

画像の情報を表します。

Type declaration

Name Type Description
displayName? string リソースの表示名。
id string リソースID。
mimeType string MIMEの種類。
thumbnail? string サムネイル。

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:109


NewReportInfo

Ƭ NewReportInfo: Object

新しいレポートの情報。

Type declaration

Name Type Description
reportType "CPL" | "FPL" レポートの種類。

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:55


Report

Ƭ Report: ReportLink | ReportDefinition

レポートの情報。.

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:53


ReportDefinition

Ƭ ReportDefinition: Object

定義でレポートを表すレポート情報。

Type declaration

Name Type Description
definition Report RDLXレポートの定義。
displayName? string レポートの表示名。
id? string レポートID。

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:44


ReportInfo

Ƭ ReportInfo: Object

現在のレポート情報を表します。

Type declaration

Name Type Description
definition Report RDLXレポートの定義。
displayName string レポートの表示名。
id string | null レポートID。
isDirty boolean レポートがダーティ(保存されていない)状態の場合はTrue。

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:248


Ƭ ReportLink: Object

IDでレポートを表すレポート情報。

Type declaration

Name Type Description
displayName? string レポートの表示名。
id string レポートID。

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:37


ReportResourceInfo

Ƭ ReportResourceInfo: Object

外部リソース情報を表します。

Type declaration

Name Type Description
displayName? string リソースの表示名。
id string リソースID。

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:93


SaveAsResult

Ƭ SaveAsResult: Object

「新しいレポートの保存」操作の結果を表します。

Type declaration

Name Type Description
displayName? string レポートの表示名。
id string 新しいレポートID。

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:187


SaveNewReportInfo

Ƭ SaveNewReportInfo: Object

新しいレポートとして保存される現在のレポート情報。

Type declaration

Name Type Description
definition Report 現在のRDLXレポートの定義。
displayName? string 現在のレポートの表示名。
id? string 現在のレポートID。

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:173


SaveReportInfo

Ƭ SaveReportInfo: Object

保存する現在のレポート情報。

Type declaration

Name Type Description
definition Report 現在のRDLXレポートの定義。
displayName? string 現在のレポートの表示名。
id string 現在のレポートID。

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:164


SaveResult

Ƭ SaveResult: Object

「レポートの保存」操作の結果を表します。

Type declaration

Name Type Description
displayName? string 保存後のレポートの表示名。

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:182


ThemeInfo

Ƭ ThemeInfo: Object

レポートのテーマの短い表現。

Type declaration

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 マイナーフォントの設定。

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:65


ThemeResourceInfo

Ƭ ThemeResourceInfo: Object

テーマの情報を表します。

Type declaration

Name Type Description
displayName? string リソースの表示名。
id string リソースID。
info ThemeInfo テーマの短い表現。

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:100


WhenDirty

Ƭ WhenDirty: "ask" | "override" | "throw"

レポートがダーティ状態の場合に実行するアクションを表します。

ask: 確認ダイアログを表示します。
override: ダーティなレポートをオーバーライドします。
Throw: エラーを発生します。

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:237

Variables

templates

templates: Object

デフォルトのレポートテンプレート。

Type declaration

Name Type Description
CPL Report 空のCPLレポート。
FPL Report 空のFPLレポート。

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:240