FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / ReportOptions Class / IncludeGrid Property

In This Topic
    IncludeGrid Property (ReportOptions)
    In This Topic
    Gets or sets a value that determines whether the FlexPivot grid should be included in the report.
    Syntax
    'Declaration
     
    Public Property IncludeGrid As Boolean
    public bool IncludeGrid {get; set;}
    See Also