Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / XlsFilter Class / DataOnly Property

In This Topic
    DataOnly Property (XlsFilter)
    In This Topic
    Gets or sets a value indicating whether the Excel workbook file should only include the report's data and ignore formatting.
    Syntax
    'Declaration
     
    Public Property DataOnly As Boolean
    public bool DataOnly {get; set;}
    See Also