[]
Creates IReport object.
public static IReport BuildReport(this ReportStore reportStore, ReportDataSnapshot data = null, DataParameter[] parameters = null, RenderingTreeBuilderConfig config = null, SubreportsInfo subreports = null, ActionKey[] actions = null, IReadOnlyDictionary<string, Func<CustomContextArgs, object>> customContext = null)
| Type | Name | Description |
|---|---|---|
| ReportStore | reportStore | Report bundle with root report definition, subreports and other resources. |
| ReportDataSnapshot | data | Report data. |
| DataParameter[] | parameters | Report parameters values. |
| RenderingTreeBuilderConfig | config | Builder configuration. |
| SubreportsInfo | subreports | Subreports information. |
| ActionKey[] | actions | Action keys. |
| IReadOnlyDictionary<string, Func<CustomContextArgs, object>> | customContext | Custom context. |
| Type | Description |
|---|---|
| IReport | IReport object that is root of rendering tree. |