ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLegend Class / TextWrapThreshold Property

In This Topic
    TextWrapThreshold Property (MapLegend)
    In This Topic
    Number of characters after which the legend text wraps. An expression should evaluate to a System.Int32. The default value is 25.
    Syntax
    'Declaration
     
    Public Property TextWrapThreshold As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo TextWrapThreshold {get; set;}
    See Also