ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPrintDocument Class / RawDataGrid Property

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