Metoda ReportViewer.ResetPageSettings —
Reverts the page settings for the current report in the ReportViewer control to the settings in the report definition.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Public Sub ResetPageSettings
public void ResetPageSettings()
public:
void ResetPageSettings()
member ResetPageSettings : unit -> unit
public function ResetPageSettings()
Uwagi
Only the changes you made to the current in the ReportViewer control are reverted, and calling this method does not affect its parent report or the drillthrough reports accessible from it.