FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportExecution4 Namespace / ReportExecutionServiceSoapClient Class / EndToggleItem Method

In This Topic
    EndToggleItem Method (ReportExecutionServiceSoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndToggleItem( _
       ByVal result As IAsyncResult, _
       ByRef Found As Boolean _
    ) As ServerInfoHeader
    public ServerInfoHeader EndToggleItem( 
       IAsyncResult result,
       out bool Found
    )

    Parameters

    result
    Found
    See Also