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

In This Topic
    LabelExpression Property (Style)
    In This Topic
    Gets or sets an expression for label of the table of contents.
    Syntax
    'Declaration
     
    Public Property LabelExpression As ExpressionInfo
    public ExpressionInfo LabelExpression {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to an System.String value indicating the label of the ToC.
    See Also