ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / MinCondenseRate Property

In This Topic
    MinCondenseRate Property (Style)
    In This Topic
    Gets or sets a minimum character condense rate value.
    Syntax
    'Declaration
     
    Public Property MinCondenseRate As ExpressionInfo
    public ExpressionInfo MinCondenseRate {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to an System.Int32 value indicating the minimum condense rate.

    Default value is 100, the maximum value is 100, the minimum value is 10.

    See Also