[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.ReportStore.SubreportsStore

ReportStore.SubreportsStore Struct

Namespace: GrapeCity.ActiveReports.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct ReportStore.SubreportsStore

Constructors

Name Description
SubreportsStore(List<string>, List<Dictionary<string, int>>)

Fields

Name Description
Map

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).

Subreports

List of subreports definitions.

Extension Methods