ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLegendTitle Class / Caption Property

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