Sdílet prostřednictvím


ReportConfigDataset Class

Definition

The definition of data present in the report.

public class ReportConfigDataset
type ReportConfigDataset = class
Public Class ReportConfigDataset
Inheritance
ReportConfigDataset

Constructors

ReportConfigDataset()

Initializes a new instance of ReportConfigDataset.

Properties

Aggregation

Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses.

Columns

Array of column names to be included in the report. Any valid report column name is allowed. If not provided, then report includes all columns.

Filter

Has filter expression to use in the report.

Granularity

The granularity of rows in the report.

Grouping

Array of group by expression to use in the report. Report can have up to 2 group by clauses.

Sorting

Array of order by expression to use in the report.

Applies to