ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / JsonResourceManager Class / JsonResourceManager Constructor

In This Topic
    JsonResourceManager Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal baseName As String, _
       ByVal assembly As Assembly _
    )
    public JsonResourceManager( 
       string baseName,
       Assembly assembly
    )

    Parameters

    baseName
    assembly
    See Also