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

In This Topic
    Map Property
    In This Topic
    Index - report index: 0 - main report; 1,2,etc - index of subreport from Definitions starting from 1. Value - dictionary to resolve report subreports. Key is subreport name in definition, Value is report index (0 - main report; 1,2,etc - index of subreport from Definitions starting from 1).
    Syntax
    'Declaration
     
    Public ReadOnly Property Map As Dictionary(Of String,Integer)()
    public Dictionary<string,int>[] Map {get;}
    See Also