FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / PivotReportOptions Class / IncludeRaw Property

In This Topic
    IncludeRaw Property (PivotReportOptions)
    In This Topic
    Gets or sets a value indicating whether the raw data will be included in the document.
    Syntax
    'Declaration
     
    Public Property IncludeRaw As Boolean
    public bool IncludeRaw {get; set;}
    See Also