Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The IExportRequestParams interface is used to set up parameters of time series export.
IExportRequestParams
To get parameters of time series export, use the IExportRequestDefinition.Exporter property.
| Property name | Brief description | |
| The AutoPeriod property returns parameters of time series export period. | ||
| The Bindings property determines bindings of attributes of the time series database with data consumer fields. | ||
| The ByColumns property determines whether calendar elements are arranged in columns. | ||
| The CalendarLevel property determines a data drillthrough level. | ||
| The CalendarLevelSet property determines a set of calendar frequencies, which data must be exported. | ||
| The ClearBeforeExport property determines whether data consumer is cleared before export. | ||
| The Consumer property determines an object that is a data consumer. | ||
| The ExportMode property determines a time series export mode. | ||
| The Filters property determines filtering parameters for exported time series by series attributes. | ||
| The FiltersSelectionSet property determines the selection of dictionaries, according to which factors are filtered in the export object. | ||
| Outdated. Use IExportRequestParams.AutoPeriod. | ||
| Outdated. Use IExportRequestParams.AutoPeriod. | ||
| The RowCount property determines the maximum number of exported rows. | ||
| The Rubricator property determines the exported time series database. | ||
| The ValueFilters property determines filtering parameters for exported time series by observation attributes. | ||
| The WhereIsEmpty property determines whether to export time series, for which the attribute of emptiness is set. |
See also: