[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.ReportStore.Register

Register Method

Register(string, Report)

Registers association of page report with its data tree definition.

Declaration
public void Register(string name, Report report)
Parameters
Type Name Description
string name

Internal report name (id).

Report report

Page report definition.

Register(Subreport, Report)

Registers association of subreport control with its page report definition.

Declaration
public void Register(Subreport subreport, Report report)
Parameters
Type Name Description
Subreport subreport
Report report