Compartir a través de


Clase PageSectionInstance

Represents an instance type of the PageSection class, and contains the calculated values of the properties in PageSection.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementInstance
      Microsoft.ReportingServices.OnDemandReportRendering..::..PageSectionInstance

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class PageSectionInstance _
    Inherits ReportElementInstance
'Uso
Dim instance As PageSectionInstance
public sealed class PageSectionInstance : ReportElementInstance
public ref class PageSectionInstance sealed : public ReportElementInstance
[<SealedAttribute>]
type PageSectionInstance =  
    class
        inherit ReportElementInstance
    end
public final class PageSectionInstance extends ReportElementInstance

El tipo PageSectionInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Style Gets the calculated value of the Style property in a ReportElement class. (Se hereda de ReportElementInstance.)
Propiedad pública UniqueName Gets the unique identifier of this instance object.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido ResetInstanceCache Infraestructura. (Se hereda de ReportElementInstance.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo protegido m_reportElementDef Infraestructura. (Se hereda de ReportElementInstance.)
Campo protegido m_style Infraestructura. (Se hereda de ReportElementInstance.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.