Właściwość IDeliveryReportServerInformation.ServerSettings
Pobiera wartości ustawień dla bieżącego rozszerzenia.
Przestrzeń nazw: Microsoft.ReportingServices.Interfaces
Zestawy: Microsoft.ReportingServices.Interfaces (w Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Składnia
'Deklaracja
ReadOnly Property ServerSettings As Setting()
Get
'Użycie
Dim instance As IDeliveryReportServerInformation
Dim value As Setting()
value = instance.ServerSettings
Setting[] ServerSettings { get; }
property array<Setting^>^ ServerSettings {
array<Setting^>^ get ();
}
abstract ServerSettings : Setting[]
function get ServerSettings () : Setting[]
Wartość właściwości
Typ: array<Microsoft.ReportingServices.Interfaces.Setting[]
Tablica Setting obiektów.
Uwagi
Ta właściwość jest przeznaczone do stosowania tylko w interfejsach użytkownika rozszerzenie dostarczania.Umożliwia rozszerzenie pobierać wszelkie informacje ustawienie baza danych serwer raportów dla bieżącego rozszerzenia.
Zobacz także