[]
Gets an array of dictionaries that map subreport names to their indices.
public Dictionary<string, int>[] Map { get; }
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. |
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.