ActiveReports3 Request technical support
HelpLink Property
See Also 


Syntax

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

See Also