Metoda ReportViewer.PageSetupDialog —
Opens the page setup dialog box.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
Public Function PageSetupDialog As DialogResult
public DialogResult PageSetupDialog()
public:
DialogResult PageSetupDialog()
member PageSetupDialog : unit -> DialogResult
public function PageSetupDialog() : DialogResult
Wartość zwracana
Typ: DialogResult
A DialogResult enumeration value. Possible values are OK and Cancel depending on how the user closed the dialog box.
Uwagi
Invoking this method is functionally equivalent to clicking the Page Setup button on the control's toolbar. The current value of GetPageSettings is used to initialize the dialog.