[]
Renders the specified report.
public void Render(IReport report, StreamProvider streams)
Type | Name | Description |
---|---|---|
IReport | report | |
StreamProvider | streams |
Renders the specified report.
public void Render(IReport report, StreamProvider streams, NameValueCollection settings)
Type | Name | Description |
---|---|---|
IReport | report | |
StreamProvider | streams | |
NameValueCollection | settings |
Renders the specified report.
public void Render(IReport report, StreamProvider streams, NameValueCollection settings, CancellationToken cancel)
Type | Name | Description |
---|---|---|
IReport | report | |
StreamProvider | streams | |
NameValueCollection | settings | |
CancellationToken | cancel |