ReportViewer.WriteGifImageTo(HttpResponse) Method
Exports the report to an image in GIF file format, and writes the output to the specified HTTP response.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v19.2.Web.WebForms.dll
Declaration
public void WriteGifImageTo(
HttpResponse response
)
Public Sub WriteGifImageTo(
response As HttpResponse
)
Parameters
Name |
Type |
Description |
response |
HttpResponse |
A HttpResponse object specifying the HTTP response to which the file should be written.
|
The stream generated by this method contains the GIF representation of the report, and will be written to the specified HttpResponse object.
See Also