Assembly: Express;
Name space: Prognoz.Platform.Interop.Express;
The IReportSheetData interface is used to work with express report sheet data.
IReportSheetData
To get an object of this type, use IReportData.SheetData.
| Property name | Brief description | |
| DataSourceParamValues | The DataSourceParamValues property returns collection of parameter values of report data source. | |
| DataSources | The DataSources property returns collection of report sheet data sources. | |
| Descriptor | The Descriptor property returns description of report sheet as a repository object. | |
| Id | The Id property returns report sheet identifier. | |
| Name | The Name property returns report sheet name. | |
| OwnParamValues | The OwnParamValues property returns collection of report user-defined parameter values. | |
| Selection | The Selection property returns report dimension elements selection. |
See also: