Metodo ReportViewer.ResetPageSettings

Ripristina le impostazioni di pagina per il rapporto corrente nel controllo ReportViewer sulle impostazioni incluse nella definizione del rapporto.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
Public Sub ResetPageSettings
'Utilizzo
Dim instance As ReportViewer

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

Osservazioni

Vengono ripristinate solo le modifiche apportate al rapporto corrente nel controllo ReportViewer e la chiamata a questo metodo non modifica il rapporto padre o i rapporti drill-through corrispondenti da esso accessibili.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WebForms

GetPageSettings

SetPageSettings