ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapColorScaleTitle Class / Caption Property

In This Topic
    Caption Property (MapColorScaleTitle)
    In This Topic
    Caption of the title. An expression should evaluate to a System.String.
    Syntax
    'Declaration
     
    Public Property Caption As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo Caption {get; set;}
    See Also