Condividi tramite


Classe ReportSectionInstance

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

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.ReportSectionInstance

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

Sintassi

'Dichiarazione
Public NotInheritable Class ReportSectionInstance _
    Inherits BaseInstance
'Utilizzo
Dim instance As ReportSectionInstance
public sealed class ReportSectionInstance : BaseInstance
public ref class ReportSectionInstance sealed : public BaseInstance
[<SealedAttribute>]
type ReportSectionInstance =  
    class 
        inherit BaseInstance 
    end
public final class ReportSectionInstance extends BaseInstance

Nel tipo ReportSectionInstance sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
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 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