ReportingService2005.ValidateExtensionSettings Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Validates Reporting Services extension settings.

Syntax

'Declaration
Public Function ValidateExtensionSettings ( _
    Extension As String, _
    ParameterValues As ParameterValueOrFieldReference() _
) As ExtensionParameter()
public ExtensionParameter[] ValidateExtensionSettings (
    string Extension,
    ParameterValueOrFieldReference[] ParameterValues
)
public:
array<ExtensionParameter^>^ ValidateExtensionSettings (
    String^ Extension, 
    array<ParameterValueOrFieldReference^>^ ParameterValues
)
public ExtensionParameter[] ValidateExtensionSettings (
    String Extension, 
    ParameterValueOrFieldReference[] ParameterValues
)
public function ValidateExtensionSettings (
    Extension : String, 
    ParameterValues : ParameterValueOrFieldReference[]
) : ExtensionParameter[]

Parameters

  • Extension
    The name of the extension as it appears in the report server configuration file. Valid values are Report Server Email and Report Server FileShare.

Return Value

An array of ExtensionParameter objects that contain validated extension settings and any required settings that were not specified.

Remarks

The ExtensionParameter objects that are returned by the ValidateExtensionSettings method contain the following items:

  • All valid setting values specified in the ParameterValues parameter

  • Settings with values that are not valid contain an error message (Error property of the ExtensionParameter class)

  • The names of all required settings that were not specified in the ParameterValues parameter with a Required property of the ExtensionParameter class set to a value of true.

Note

Currently, the ValidateExtensionSettings method supports delivery extensions. Other extensions are not yet supported by this method.

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.

Target Platforms

See Also

Reference

ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace