Report.GetPageSections Método
Nota: esta API ya está obsoleta.
Causes page header/footer calculations to be performed for the current page. This method must be called before accessing the PageSections for the report.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
<ObsoleteAttribute("Use ReportSection.GetPageSections() instead.")> _
Public Sub GetPageSections
'Uso
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()
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering