Partilhar via


IDeliveryReportServerInformation.ServerSettings Property

Gets the setting values for the current extension.

Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

Syntax

'Declaration
ReadOnly Property ServerSettings As Setting()
Setting[] ServerSettings { get; }
property array<Setting^>^ ServerSettings {
    array<Setting^>^ get ();
}
/** @property */
Setting[] get_ServerSettings ()
function get ServerSettings () : 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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

IDeliveryReportServerInformation Interface
IDeliveryReportServerInformation Members
Microsoft.ReportingServices.Interfaces Namespace