Delen via


IReportConfigDefinitionInternal Interface

Definition

public interface IReportConfigDefinitionInternal
type IReportConfigDefinitionInternal = interface
Public Interface IReportConfigDefinitionInternal
Derived

Properties

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.

DataSet

Has definition for data in this report config.

DataSetAggregation

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.

DataSetConfiguration

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

DataSetFilter

Has filter expression to use in the report.

DataSetGranularity

The granularity of rows in the report.

DataSetGrouping

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

DataSetSorting

Array of order by expression to use in the report.

IncludeMonetaryCommitment

If true, report includes monetary commitment.

Timeframe

The time frame for pulling data for the report. If custom, then a specific time period must be provided.

TimePeriod

Has time period for pulling data for the report.

TimePeriodFrom

The start date to pull data from.

TimePeriodTo

The end date to pull data to.

Type

The type of the report. Usage represents actual usage, forecast represents forecasted data and UsageAndForecast represents both usage and forecasted data. Actual usage and forecasted data can be differentiated based on dates.

Applies to