ActiveReports.Viewer3 Request technical support
LoadUrl Property
See Also 


Gets or sets a URL from which to download the document asynchronously using internet protocols.

Syntax

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

See Also