RawDataGrid Property (C1FlexPivotPrintDocument)
In This Topic
Gets or sets the C1.Win.FlexGrid.C1FlexGrid that contains the raw data for the report.
Syntax
'Declaration
Public Property RawDataGrid As C1.Win.FlexGrid.C1FlexGrid
public C1.Win.FlexGrid.C1FlexGrid RawDataGrid {get; set;}
See Also