FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / EndValidateExtensionSettings Method

In This Topic
    EndValidateExtensionSettings Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndValidateExtensionSettings( _
       ByVal result As IAsyncResult, _
       ByRef ParameterErrors() As ExtensionParameter _
    ) As ServerInfoHeader
    public ServerInfoHeader EndValidateExtensionSettings( 
       IAsyncResult result,
       out ExtensionParameter[] ParameterErrors
    )

    Parameters

    result
    ParameterErrors
    See Also