ActiveReports3 Request technical support
Title Property
See Also 


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

Visual Basic (Declaration) 
Public Property Title As String
Visual Basic (Usage)Copy Code
Dim instance As Picture
Dim value As String
 
instance.Title = value
 
value = instance.Title
C# 
public string Title {get; set;}

See Also