[]
Implement the render method of IRenderingExtension interface
public void Render(IReport report, StreamProvider streams)
Type | Name | Description |
---|---|---|
IReport | report | rendered report. |
StreamProvider | streams | stream of output file. |
Implement the render method of IRenderingExtension interface
public void Render(IReport report, StreamProvider streams, NameValueCollection settings)
Type | Name | Description |
---|---|---|
IReport | report | rendered report. |
StreamProvider | streams | stream of output file. |
NameValueCollection | settings | export settings |
Implement the render method of IRenderingExtension interface
public void Render(IReport report, StreamProvider streams, NameValueCollection settings, CancellationToken cancel)
Type | Name | Description |
---|---|---|
IReport | report | rendered report. |
StreamProvider | streams | stream of output file. |
NameValueCollection | settings | export settings |
CancellationToken | cancel | The CancellationToken object that allows to interrupt rendering. |