[]
        
(Showing Draft Content)

ReportDesigner

Namespace: ReportDesigner

Table of contents

クラス

インターフェイス

型の別名

変数

Type aliases

DataSetTemplate

Ƭ DataSetTemplate: Object

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

Type declaration

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

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:122


DesignerConfig

Ƭ DesignerConfig: Object

デザイナの構成。

Type declaration

Name Type Description
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:124


FontSet

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

フォントのセット。

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

Defined in

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


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:81


Report

Ƭ Report: ReportLink | ReportDefinition

レポートの情報。

Defined in

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


ReportDefinition

Ƭ ReportDefinition: Object

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

Type declaration

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

Defined in

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


ReportInfo

Ƭ ReportInfo: Object

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

Type declaration

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

Defined in

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


Ƭ 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:134


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:65


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:175


SaveNewReportInfo

Ƭ SaveNewReportInfo: Object

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

Type declaration

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

Defined in

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


SaveReportInfo

Ƭ SaveReportInfo: Object

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

Type declaration

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

Defined in

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


SaveResult

Ƭ SaveResult: Object

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

Type declaration

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

Defined in

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


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:37


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:72


WhenDirty

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

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

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

Defined in

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

Variables

templates

templates: Object

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

Type declaration

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

Defined in

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