Compartir a través de


Clase ReportInstance

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

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.ReportInstance

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

Sintaxis

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

El tipo ReportInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública AutoRefresh Gets the calculated value of the AutoRefresh property in a Report class.
Propiedad pública InitialPageName Gets the calculated value of the InitialPageName property in a Report class.
Propiedad pública Language Gets the calculated value of the Language property in a Report class.
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 público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ResetContext Resets the group context for all dynamic members in this ReportInstance.
Método público ToString (Se hereda de Object.)

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.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering