[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Data.SubreportsInfo.Map

Map Property

Map

Gets an array of dictionaries that map subreport names to their indices.

Declaration
public Dictionary<string, int>[] Map { get; }
Property Value
Type Description
Dictionary<string, int>[]

An array of Dictionary<TKey, TValue> where the key is a string representing the subreport name, and the value is an int representing the report index.

Remarks

Index represents the report index: 0 for the main report; 1, 2, etc. for subreports from Definitions starting from 1. Value is a dictionary to resolve report subreports. Key is the subreport name in the definition, Value is the report index.