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

In This Topic
    TextWrapThreshold Property
    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.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo TextWrapThreshold {get; set;}
    See Also