共用方式為


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[]

屬性值