Page Clase
Represents a page in the report.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class Page _
Inherits ReportElement
'Uso
Dim instance As Page
public sealed class Page : ReportElement
public ref class Page sealed : public ReportElement
[<SealedAttribute>]
type Page =
class
inherit ReportElement
end
public final class Page extends ReportElement
Jerarquía de herencia
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElement
Microsoft.ReportingServices.OnDemandReportRendering..::..Page
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también