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

In This Topic
    Columns Property (EmfExporter)
    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