Propriété ReportServerUrl
The URL of the report server.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property ReportServerUrl As String
Get
Set
'Utilisation
Dim instance As Report
Dim value As String
value = instance.ReportServerUrl
instance.ReportServerUrl = value
public string ReportServerUrl { get; set; }
public:
property String^ ReportServerUrl {
String^ get ();
void set (String^ value);
}
member ReportServerUrl : string with get, set
function get ReportServerUrl () : String
function set ReportServerUrl (value : String)
Valeur de propriété
Type : System. . :: . .String
A string value.