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

In This Topic
    ColumnSpacing Property (EmfExporter)
    In This Topic
    Gets or sets the column spacing. Null indicates default value, specified in the report.
    Syntax
    'Declaration
     
    Public Property ColumnSpacing As Nullable(Of Unit)
    public Nullable<Unit> ColumnSpacing {get; set;}
    See Also