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