Version

CellElement Property (DocumentSummaryCellExportedEventArgs)

The IGridCell in the report that the exported cell will belong to.
Syntax
'Declaration
 
Public ReadOnly Property CellElement As IGridCell
public IGridCell CellElement {get;}
Remarks

Use this property to customize the export as the cells are being exported. It can be used to add extra elements to the exported document or to change the styling of the grid element in the report.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also