Share via


ServerReport.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, NameValueCollection, Stream, String, String)

Renders the report with optional URL access parameters.

System_CAPS_pubmethod Render(String, String, NameValueCollection, String, String)

Renders the report with optional URL access parameters.

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

Processes the report with the specified PageCountMode valuevalue 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

ServerReport Class
Microsoft.Reporting.WinForms Namespace

Return to top