Metoda Report.GetPageSections
Uwaga: ten interfejs API jest już nieaktualny.
Powoduje, że obliczenia nagłówka i stopki strona należy przeprowadzić na bieżącej stronie.Tej metoda należy wywołać przed uzyskaniem dostępu do PageSections dla raportu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
<ObsoleteAttribute("Use ReportSection.GetPageSections() instead.")> _
Public Sub GetPageSections
'Użycie
Dim instance As Report
instance.GetPageSections()
[ObsoleteAttribute("Use ReportSection.GetPageSections() instead.")]
public void GetPageSections()
[ObsoleteAttribute(L"Use ReportSection.GetPageSections() instead.")]
public:
void GetPageSections()
[<ObsoleteAttribute("Use ReportSection.GetPageSections() instead.")>]
member GetPageSections : unit -> unit
public function GetPageSections()
Zobacz także