ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / ShrinkToFit Property

In This Topic
    ShrinkToFit Property (Style)
    In This Topic
    Specifies whether the text font size should be adjusted to fit the text in to container.
    Syntax
    'Declaration
     
    Public Property ShrinkToFit As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo ShrinkToFit {get; set;}
    See Also