ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / CustomLabel Class / Text Property

In This Topic
    Text Property (CustomLabel)
    In This Topic
    Gets or sets the label value
    Syntax
    'Declaration
     
    Public Property Text As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Text {get; set;}
    See Also