Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export.Ssrs Namespace / CsvExporter Class / NoHeader Property

In This Topic
    NoHeader Property (CsvExporter)
    In This Topic
    Gets or sets a value indicating whether the header row is excluded from the output. The default value is false.
    Syntax
    'Declaration
     
    Public Property NoHeader As Boolean
    public bool NoHeader {get; set;}
    See Also