ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / BarOption Class / Width Property

In This Topic
    Width Property (BarOption)
    In This Topic
    Gets or sets the width can be specified as percentage (0-100) of the available space.
    Syntax
    'Declaration
     
    Public Property Width As Nullable(Of Double)
    public Nullable<double> Width {get; set;}
    See Also