IHtmlReportRenderUrlBuilder.GetRenderUrl method
namespace: Serenity.Reporting assembly: Serenity.Net.Services
Gets the render URL for the specified report. The response object implements IDisposable.
public HtmlReportRenderUrl GetRenderUrl(IReport report, ReportRenderOptions options)
| parameter | description |
|---|---|
| report | The report. |
| options | Report render options |
See Also
- class HtmlReportRenderUrl
- interface IReport
- class ReportRenderOptions
- interface IHtmlReportRenderUrlBuilder