Report > Report Assembly Interfaces > IPrxTableDataBinding > IPrxTableDataBinding.AttachRange
AttachRange(TabRange: ITabRange; Slice: IPrxSlice; Selection: IDimSelectionSet): Boolean;
TabRange - range of sheet cells.
Slice - data source slice.
Selection: slice selection.
The AttachRange method binds a range of cells to a data slice.
The number of selected elements in the slice must correspond with the range size. The method returns True when completed successfully or False when failed.
When the sheet is calculated, the binding is reset.
The method use is given in the example for IPrxTable.DataBinding.
See also: