This section describes operations that are used for specialized work with specific entities of regular report. These operations minimize size of requests to be sent and speed up their execution. The operations enable the user to execute the following actions:
Edit the list of report data sources, change the list of data slices based on these sources.
Edit data area parameters.
Work with the collection of express report sheets.
Work with controls.
Operation | Brief description | |
OpenPrxMeta | The OpenPrxMeta operation opens regular report and allows access to work with its metadata. | |
GetPrxMeta | The GetPrxMeta operation gets regular report metadata. | |
SetPrxMeta | The SetPrxMeta operation changes regular report metadata. | |
ClosePrxMeta | The ClosePrxMeta operation closes regular report instance. | |
PrxMetaReportExport | The PrxMetaReportExport operation exports regular report to external file. | |
PrxMetaReportRecalc | The PrxMetaReportRecalc operation calculates regular report instance. |
Operations for working with report sheets:
Operation | Brief description | |
PrxMetaSheetsAdd | The PrxMetaSheetsAdd operation adds a new sheet to regular report. | |
PrxMetaSheetsDelete | The PrxMetaSheetsDelete operation deletes regular report sheet. | |
PrxMetaSheetsDuplicate | The PrxMetaSheetsDuplicate operation creates a regular report sheet duplicate. | |
PrxMetaSheetsMove | The PrxMetaSheetsMove operation moves regular report sheets. |
Operations for working with controls:
Operation | Brief description | |
PrxMetaControlsAdd | The PrxMetaControlsAdd operation creates a regular report control. | |
PrxMetaControlsDelete | The PrxMetaControlsDelete operation deletes regular report control. | |
PrxMetaControlsMove | The PrxMetaControlsMove operation moves regular report control. |
Operations for working with visualizers:
Operation | Brief description | |
PrxMetaViewsAdd | The PrxMetaViewsAdd operation adds a visualizer to regular report. | |
DataAreaGridRefreshPart | The DataAreaGridRefreshPart operation refreshes the specified table area. | |
DataAreaViewsDelete | The DataAreaViewsDelete operation deletes regular report visualizer. |
Operations for working with analytical data area:
Operation | Brief description | |
GetDataAreaSources | The GetDataAreaSources operation gets information about analytical area data sources. | |
SetDataAreaSources | The SetDataAreaSources operation changes data sources of analytical data area. | |
DataAreaSourcesAdd | The DataAreaSourcesAdd operation adds a new data source for analytical data area. | |
DataAreaSourcesDelete | The DataAreaSourcesDelete operation deletes data source of analytical data area. | |
DataAreaSlicesAdd | The DataAreaSlicesAdd operation creates a new data slice for data source of analytical data area. | |
DataAreaSlicesDelete | The DataAreaSlicesDelete operation deletes data slice of data source. |
Operations for working with data slice base:
Operation | Brief description | |
GetPivotDimensionMetaData | The GetPivotDimensionMetaData operation gets information about data slice dimension. | |
GetPivotDimLevelMetaData | The GetPivotDimLevelMetaData operation gets information about data slice dimension level. | |
GetPivotFilterMetaData | The GetPivotFilterMetaData operation gets data filtering settings specified for data slice. | |
GetPivotHeaderFilterMetaData | The GetPivotHeaderFilterMetaData operation gets filtering settings for data slice header. | |
GetPivotHeaderMetaData | The GetPivotHeaderMetaData operation gets information about data slice header. | |
GetPivotMetaData | The GetPivotMetaData operation gets base for creating a data source slice of analytical data area. | |
SetPivotDimensionMetaData | The SetPivotDimensionMetaData operation changes data slice dimension. | |
SetPivotDimLevelMetaData | The SetPivotDimLevelMetaData operation changes data slice dimension level parameters. | |
SetPivotFilterMetaData | The SetPivotFilterMetaData operation changes data filtering settings specified for data slice. | |
SetPivotHeaderFilterMetaData | The SetPivotHeaderFilterMetaData operation changes filtering settings for data slice header. | |
SetPivotHeaderMetaData | The SetPivotHeaderMetaData operation changes data slice header settings. | |
SetPivotMetaData | The SetPivotMetaData operation changes base of data slice. | |
PivotChangeDimHeader | The PivotChangeDimHeader operation changes dimension location. | |
PivotMoveDimToIndex | The PivotMoveDimToIndex operation moves dimension in header. |
See also: