[]
Registers association of page report with its data tree definition.
public void Register(string name, Report report)
| Type | Name | Description |
|---|---|---|
| string | name | Internal report name (id). |
| Report | report | Page report definition. |
Registers association of subreport control with its page report definition.
public void Register(Subreport subreport, Report report)
| Type | Name | Description |
|---|---|---|
| Subreport | subreport | |
| Report | report |