次の方法で共有


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