Compartir a través de


IDeliveryReportServerInformation.ServerSettings Propiedad

Gets the setting values for the current extension.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Comentarios

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.

Vea también

Referencia

IDeliveryReportServerInformation Interfaz

Espacio de nombres Microsoft.ReportingServices.Interfaces