Свойство IDeliveryReportServerInformation.ServerSettings
Gets the setting values for the current extension.
Пространство имен: Microsoft.ReportingServices.Interfaces
Сборки: Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
Синтаксис
'Декларация
ReadOnly Property ServerSettings As Setting()
Get
'Применение
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[]
Значение свойства
Тип: array<Microsoft.ReportingServices.Interfaces.Setting[]
An array of Setting objects.
Замечания
This property is intended to be used only in delivery extension user interfaces. It enables the extension to retrieve any setting information from the report server database for the current extension.