ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / XlsExporter Class / DataOnly Property

In This Topic
    DataOnly Property (XlsExporter)
    In This Topic
    Gets or sets a value indicating whether only data should be exported, ignoring visual attributes.
    Syntax
    'Declaration
     
    Public Property DataOnly As System.Boolean
    public System.bool DataOnly {get; set;}
    See Also