LocalReport.Render Method

 

Processes the report and renders it in the specified format.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Overload List

Name Description
System_CAPS_pubmethod Render(String)

Processes the report and renders it in the specified format.(Inherited from Report.)

System_CAPS_pubmethod Render(String, String)

Processes the report and renders it in the specified format.(Inherited from Report.)

System_CAPS_pubmethod Render(String, String, CreateStreamCallback, Warning[])

Processes the report and renders it in the specified format using a stream provided by a callback function.

System_CAPS_pubmethod Render(String, String, PageCountMode, CreateStreamCallback, Warning[])

Processes the report with a specified page count mode and renders it in the specified format using a stream provided by a callback function.

System_CAPS_pubmethod Render(String, String, PageCountMode, String, String, String, String[], Warning[])

Processes the report with a specified page count mode and renders it in the specified format.(Overrides Report.Render(String, String, PageCountMode, String, String, String, String[], Warning[]).)

System_CAPS_pubmethod Render(String, String, String, String, String, String[], Warning[])

Processes the report and renders it in the specified format.(Inherited from Report.)

See Also

LocalReport Class
Microsoft.Reporting.WinForms Namespace

Return to top