ReportLinkTargetUrl Constructor(String)
In This Topic
Initializes a new instance of the
ReportLinkTargetUrl class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public ReportLinkTargetUrl(
string
)
Parameters
- target
- The value of Url property.
See Also