ServerSettings propriété
Gets the setting values for the current extension.
Espace de noms : Microsoft.ReportingServices.Interfaces
Assemblys : Microsoft.ReportingServices.Interfaces (dans Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (dans Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntaxe
'Déclaration
ReadOnly Property ServerSettings As Setting()
Get
'Utilisation
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[]
Valeur de la propriété
Type : array<Microsoft.ReportingServices.Interfaces. . :: . .Setting> [] () [] []
An array of Setting objects.
Notes
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.