Assembly: Report;
The IPrxDataIsland interface is used to work with data area of a regular report.
IPrxDataIsland
The interface is used to work with a data area that is an outdated type of table. To work with analytical data area use the IEaxDatArea interface.
Creating of data area and analytical data area is given in the Setting Up Data Slice and Data Area example.
Property name | Brief description | |
AdjustMode | The AdjustMode property determines cell size autofit method. | |
DataIslands | The DataIslands property returns the collection of data areas. | |
DataRange | The DataRange property returns range of the cells containing data. | |
DataSourceTotalsDefined | The DataSourceTotalsDefined property determines whether aggregation is enabled in a data source of the slice. | |
IsDrillAllowed | The IsDrillAllowed property determines whether the cell data binding to the slice is allowed. | |
OutputPart | The OutputPart property determines the part of the data area to be displayed on a sheet. | |
OutputRange | The OutputRange property determines the slice range (R1C1 format) to be displayed in the data area. | |
Properties | The Properties property determines data area parameters. | |
Range | The Range property determines a cell or cell range where the data area is located. | |
ReadOnly | The ReadOnly property determines whether changed data can be saved to the source. | |
Report | The Report property returns the owner that is a regular report. | |
Sheet | The Sheet property determines the sheet of the regular report that contains the data area. | |
Slice | The Slice property determines the data slice, which is used as a source of the data area. |
Method name | Brief description | |
BeginDrill | The BeginDrill method enables the user to get value of the cell of the data area from the slice matrix where coordinate substitution is available. | |
Edit | The Edit method opens a data area for edit. | |
GetRecentChanges | The GetRecentChanges method returns a matrix of changed values of the regular report data area. | |
MarkAllDataAsChanged | The MarkAllDataAsChanged method sets whether all data is changed in the current data area. | |
Save | The Save method saves changes made in the data area. | |
Recalc | The Recalc method calculates a data area. | |
Revert | The Revert method cancels changes made in the data area. | |
Copy | The Copy method copies a data area. |
Property name | Brief description | |
Id | The Id property determines an object identifier. | |
Key | The Key property returns the object key. | |
Name | The Name property determines an object name. |
See also: