Interface ReportDefinitionServiceReportFieldAttribute

ReportDefinitionServiceReportFieldAttributeオブジェクトは、レポート定義の作成に使用できるフィールドを表します。
ReportDefinitionServiceReportFieldAttribute object describes the available field to create report definition.

Hierarchy

  • ReportDefinitionServiceReportFieldAttribute

Properties

displayFieldNameEn?: null | string
ダウンロードされたレポートに 表示される英語名です。
Field name displayed in downloaded report (in English).

Memberof

ReportDefinitionServiceReportFieldAttribute

displayFieldNameJa?: null | string
ダウンロードされたレポートに 表示される日本語名です。
Field name displayed in downloaded report (in Japanese).

Memberof

ReportDefinitionServiceReportFieldAttribute

fieldName?: null | string
フィールド名です。
Field name.

Memberof

ReportDefinitionServiceReportFieldAttribute

fieldType?: null | string
フィールドの種類です。
数字、文字列、Enum値等を表します。
Type of field.
Displays int, string, Enum, etc.

Memberof

ReportDefinitionServiceReportFieldAttribute

filterable?: null | boolean
ユーザーがこのフィールドにフィルタを 適用できるかどうかを示します。
Indicate if use can filter the fields.

Memberof

ReportDefinitionServiceReportFieldAttribute

impossibleCombinationFields?: null | string[]
組み合わせができないレポートフィールドです。
Report fields which cannot be combined.

Memberof

ReportDefinitionServiceReportFieldAttribute

selectable?: null | boolean
ユーザーがこのフィールドを 選択できるかどうかを示します。
Indicate if user can select the fields.

Memberof

ReportDefinitionServiceReportFieldAttribute

xmlAttributeName?: null | string
ダウンロードしたレポートの XMLアトリビュートです。
XML attribute name displayed in downloaded report.

Memberof

ReportDefinitionServiceReportFieldAttribute