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

In This Topic
    ProxyAttachmentAgentManager Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal attachmentAgentManager As AttachmentAgentManager, _
       ByVal proxy As IQueryInterface _
    )
    public ProxyAttachmentAgentManager( 
       AttachmentAgentManager attachmentAgentManager,
       IQueryInterface proxy
    )

    Parameters

    attachmentAgentManager
    proxy
    See Also