[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Data.SubreportsInfo

SubreportsInfo Class

Represents an information about subreports in a report.

Inheritance
SubreportsInfo
Namespace: GrapeCity.ActiveReports.Core.Rendering.Data
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class SubreportsInfo

Constructors

Name Description
SubreportsInfo(string[], Dictionary<string, int>[])

Initializes a new instance of the SubreportsInfo class.

Properties

Name Description
Definitions

Gets an array of subreport definitions.

Map

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

Extension Methods