IReportConfigDatasetInternal Interface

Definition

public interface IReportConfigDatasetInternal
type IReportConfigDatasetInternal = interface
Public Interface IReportConfigDatasetInternal
Derived

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.

Configuration

Has configuration information for the data in the report. The configuration will be ignored if aggregation and grouping are provided.

ConfigurationColumn

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