IDeliveryReportServerInformation.ServerSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Setting[]
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.