WriteHtmlTo(String)
|
filePath
|
Creates an HTML file that contains a Web representation of the report. The destination directory for the created file will be determined by the specified path.
|
WriteHtmlTo(HttpResponse, XtraReport)
static
|
response, report
|
Creates an HTML file that contains a Web representation of the report, and writes the output to the specified HTTP response.
|
WriteHtmlTo(HttpResponse)
|
response
|
Creates an HTML file that contains a Web representation of the report, and writes the output to the specified HTTP response.
|