Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export.Ssrs Namespace / PdfExporter Class / Columns Property

In This Topic
    Columns Property (PdfExporter)
    In This Topic
    Gets or sets the number of columns to set for the report. Null indicates default value, specified in the report.
    Syntax
    'Declaration
     
    Public Property Columns As Nullable(Of Integer)
    public Nullable<int> Columns {get; set;}
    See Also