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

In This Topic
    Width Property (MapLineTemplate)
    In This Topic
    Defines the width of the line. Default: 3.75pt An expression should evaluate to a Length. The default value is 3.75pt.
    Syntax
    'Declaration
     
    Public Property Width As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Width {get; set;}
    See Also