ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / ProxyAttachmentAgentManager Class / _queryAttachmentAgent Method

In This Topic
    _queryAttachmentAgent Method (ProxyAttachmentAgentManager)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _queryAttachmentAgent( _
       ByVal type As String, _
       ByVal obj As IQueryInterface _
    ) As IAttachmentAgent
    public IAttachmentAgent _queryAttachmentAgent( 
       string type,
       IQueryInterface obj
    )

    Parameters

    type
    obj
    See Also