Interface ReportDefinitionServiceFieldAttribute

Hierarchy

  • ReportDefinitionServiceFieldAttribute

Properties

displayFieldNameEn?: null | string
ダウンロードされたレポートに表示されるフィールド名(英語)です。
Field name for the downloaded Report (English).

Memberof

ReportDefinitionServiceFieldAttribute

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

Memberof

ReportDefinitionServiceFieldAttribute

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

Memberof

ReportDefinitionServiceFieldAttribute

fieldType?: null | string
フィールドタイプ(数字、文字列、ENUM値など)です。
Field type (number, string, ENUM, etc.)

Memberof

ReportDefinitionServiceFieldAttribute

filterable?: null | boolean
フィールドのフィルター指定可否(true:フィルター指定可能なフィールド)です。
Whether the field filter can be specified or not (true: Filter can be specified).

Memberof

ReportDefinitionServiceFieldAttribute

impossibleCombinationFields?: null | string[]
組み合わせ不可フィールドです。
Invalid field combinations.

Memberof

ReportDefinitionServiceFieldAttribute

xmlAttributeName?: null | string
ダウンロードしたレポートのXML属性です。
XML attribute for the Downloaded Report.

Memberof

ReportDefinitionServiceFieldAttribute