IDeliveryReportServerInformation.ServerSettings Property

Definition

Gets the setting values for the current extension.

public:
 property cli::array <Microsoft::ReportingServices::Interfaces::Setting ^> ^ ServerSettings { cli::array <Microsoft::ReportingServices::Interfaces::Setting ^> ^ get(); };
public Microsoft.ReportingServices.Interfaces.Setting[] ServerSettings { get; }
member this.ServerSettings : Microsoft.ReportingServices.Interfaces.Setting[]
Public ReadOnly Property ServerSettings As Setting()

Property Value

An array of Setting objects.

Remarks

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.

Applies to