Compartir a través de


SharedDataSet.ReportServerUrl Propiedad

Gets or sets the URL of the report server that hosts the shared dataset.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property ReportServerUrl As String 
    Get 
    Set
'Uso
Dim instance As SharedDataSet 
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)

Valor de la propiedad

Tipo: System.String
The URL of the report server that hosts the shared dataset.

Vea también

Referencia

SharedDataSet Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel