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

In This Topic
    AutoFitTextDisabled Property
    In This Topic
    Gets or sets text will not be autosized to fit in the legend area. An expression should evaluate to a System.Boolean.
    Syntax
    'Declaration
     
    Public Property AutoFitTextDisabled As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo AutoFitTextDisabled {get; set;}
    See Also