Metoda Report.GetDefaultPageSettings —
Gets the default page settings specified in the report.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Public MustOverride Function GetDefaultPageSettings As ReportPageSettings
public abstract ReportPageSettings GetDefaultPageSettings()
public:
virtual ReportPageSettings^ GetDefaultPageSettings() abstract
abstract GetDefaultPageSettings : unit -> ReportPageSettings
public abstract function GetDefaultPageSettings() : ReportPageSettings
Wartość zwracana
Typ: Microsoft.Reporting.WebForms.ReportPageSettings
A ReportPageSettings object containing the default page settings for the local report.
Uwagi
Please see LocalReport and ServerReport for implementation-specific information.