Compartilhar via


Propriedade do RDL IDeliveryReportServerInformation.ServerSettings

Gets the setting values for the current extension.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)

Sintaxe

'Declaração
ReadOnly Property ServerSettings As Setting()
    Get
'Uso
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[]

Valor da propriedade

Tipo: array<Microsoft.ReportingServices.Interfaces.Setting[]
An array of Setting objects.

Comentários

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.

Consulte também

Referência

IDeliveryReportServerInformation Interface

Namespace Microsoft.ReportingServices.Interfaces