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

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