共用方式為


LocalReport.Render 方法

 

發行︰ 2016年4月

處理報表並依照指定的格式轉譯它。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (於 Microsoft.ReportViewer.WinForms.dll)

多載清單

名稱 描述
System_CAPS_pubmethod Render(String)

處理報表並依照指定的格式轉譯它。(繼承自 Report。)

System_CAPS_pubmethod Render(String, String)

處理報表並依照指定的格式轉譯它。(繼承自 Report。)

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

處理報表,並利用回呼函式所提供的資料流,依照指定的格式來轉譯它。

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

使用指定頁面計數模式處理報表,並利用回呼函式所提供的資料流,依照指定的格式來轉譯它。

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

使用指定的頁面計數模式來處理報表,並依照指定的格式轉譯該報表。(覆寫 Report.Render(String, String, PageCountMode, String, String, String, String[], Warning[])。)

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

處理報表並依照指定的格式轉譯它。(繼承自 Report。)

另請參閱

LocalReport 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首