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

In This Topic
    _TemplateProxyAgent Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal tokenProxy As ITokenProxy, _
       ByVal identifierProxy As IIdentifierProxy, _
       ByVal textFormatProxy As ITextFormatProxy _
    )
    public _TemplateProxyAgent( 
       ITokenProxy tokenProxy,
       IIdentifierProxy identifierProxy,
       ITextFormatProxy textFormatProxy
    )

    Parameters

    tokenProxy
    identifierProxy
    textFormatProxy
    See Also