共用方式為


ReportConfigDataset interface

報表中存在的資料定義。

屬性

aggregation

要用於報表中的匯總運算式字典。 字典中每個專案的索引鍵是匯總資料行的別名。 報表最多可以有 2 個匯總子句。

configuration

具有報表中資料的組態資訊。 如果提供匯總和群組,則會忽略組態。

filter

具有報表中要使用的篩選運算式。

granularity

報表中資料列的資料細微性。

grouping

依運算式在報表中使用的群組陣列。 報表最多可以有 2 個群組 by 子句。

sorting

依運算式在報表中使用的順序陣列。

屬性詳細資料

aggregation

要用於報表中的匯總運算式字典。 字典中每個專案的索引鍵是匯總資料行的別名。 報表最多可以有 2 個匯總子句。

aggregation?: {[propertyName: string]: ReportConfigAggregation}

屬性值

{[propertyName: string]: ReportConfigAggregation}

configuration

具有報表中資料的組態資訊。 如果提供匯總和群組,則會忽略組態。

configuration?: ReportConfigDatasetConfiguration

屬性值

filter

具有報表中要使用的篩選運算式。

filter?: ReportConfigFilter

屬性值

granularity

報表中資料列的資料細微性。

granularity?: string

屬性值

string

grouping

依運算式在報表中使用的群組陣列。 報表最多可以有 2 個群組 by 子句。

grouping?: ReportConfigGrouping[]

屬性值

sorting

依運算式在報表中使用的順序陣列。

sorting?: ReportConfigSorting[]

屬性值