ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPrintDocument Class / RawDataGrid Property

In This Topic
    RawDataGrid Property (C1OlapPrintDocument)
    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