ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / SubreportsInfo Class / SubreportsInfo Constructor

In This Topic
    SubreportsInfo Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal definitions() As String, _
       ByVal map() As Dictionary(Of String,Integer) _
    )
    public SubreportsInfo( 
       string[] definitions,
       Dictionary<string,int>[] map
    )

    Parameters

    definitions
    map
    See Also