ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapSize Class / Width Property

In This Topic
    Width Property (MapSize)
    In This Topic
    Width of the item. An expression should evaluate to a System.Double.
    Syntax
    'Declaration
     
    Public Property Width As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo Width {get; set;}
    See Also