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.