ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / Picture Class / Title Property

In This Topic
    Title Property (Picture)
    In This Topic
    Gets or sets a URL address that can be used in the viewer's HyperLink event to navigate to the specified location.  The URL is automatically converted into an anchor tag or a hyperlink in HTML and PDF exports.
    Syntax
    'Declaration
     
    Public Property Title As String
    public string Title {get; set;}
    See Also