ServerSettings 속성

Gets the setting values for the current extension.

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.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.