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

In This Topic
    OlapGrid Property (C1OlapPrintDocument)
    In This Topic
    Gets or sets the C1OlapGrid that shows the C1OlapGrid in the report.
    Syntax
    'Declaration
     
    Public Property OlapGrid As C1OlapGrid
    public C1OlapGrid OlapGrid {get; set;}
    See Also