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

In This Topic
    Caption Property (Title)
    In This Topic
    Gets or sets the caption of the title.
    Syntax
    'Declaration
     
    Public Property Caption As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Caption {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object containing the caption of the title.
    See Also