Condividi tramite


Classe ReportInstance

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ReportInstance _
    Inherits BaseInstance
'Utilizzo
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

Nel tipo ReportInstance sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica AutoRefresh Gets the calculated value of the AutoRefresh property in a Report class.
Proprietà pubblica InitialPageName Gets the calculated value of the InitialPageName property in a Report class.
Proprietà pubblica Language Gets the calculated value of the Language property in a Report class.
Proprietà pubblica UniqueName Gets the unique identifier of this instance object.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ResetContext Resets the group context for all dynamic members in this ReportInstance.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering