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