共用方式為


ReportViewer.ResetPageSettings 方法

ReportViewer 控制項中目前報表的頁面設定還原為報表定義檔案中的設定。

命名空間:  Microsoft.Reporting.WebForms
組件:  Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)

語法

'宣告
Public Sub ResetPageSettings
'用途
Dim instance As ReportViewer

instance.ResetPageSettings()
public void ResetPageSettings()
public:
void ResetPageSettings()
member ResetPageSettings : unit -> unit 
public function ResetPageSettings()

備註

只有您對 ReportViewer 控制項中目前報表所做的變更會還原,呼叫這個方法並不會影響其父報表或可從目前報表存取的鑽研報表。

請參閱

參考

ReportViewer 類別

Microsoft.Reporting.WebForms 命名空間

GetPageSettings

SetPageSettings