Właściwość SharedDataSet.ReportServerUrl
Pobiera lub ustawia adres URL serwer raportów obsługującego udostępnionego elementu dataset.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property ReportServerUrl As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg wartości.
Zobacz także