[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.ReportStore.SubreportsStore.Map

Map Field

Index - report index: 0 - main report; 1,2,etc - index of subreport from Subreports 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 Subreports starting from 1).

Namespace: GrapeCity.ActiveReports.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public List<Dictionary<string, int>> Map
Returns
Type Description
List<Dictionary<string, int>> Index - report index: 0 - main report; 1,2,etc - index of subreport from Subreports 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 Subreports starting from 1).