Condividi tramite


Classe ReportEnumProperty<EnumType>

Represents a report enumeration property of a specific enumeration type.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
    Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<EnumType>

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

Sintassi

'Dichiarazione
Public NotInheritable Class ReportEnumProperty(Of EnumType As {Structure, New}) _
    Inherits ReportProperty
'Utilizzo
Dim instance As ReportEnumProperty(Of EnumType)
public sealed class ReportEnumProperty<EnumType> : ReportProperty 
where EnumType : struct, new()
generic<typename EnumType>
where EnumType : value class, gcnew()
public ref class ReportEnumProperty sealed : public ReportProperty
[<SealedAttribute>]
type ReportEnumProperty<'EnumType when 'EnumType : struct, new()> =  
    class 
        inherit ReportProperty 
    end
JScript non supporta i metodi e i tipi generici.

Parametri di tipo

  • EnumType

Nel tipo ReportEnumProperty<EnumType> sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ExpressionString Gets the expression string for the report property, if the report property is an expression. Ereditato da ReportProperty.
Proprietà pubblica IsExpression Gets a value that indicates whether the value of the report property is an expression. Ereditato da ReportProperty.
Proprietà pubblica Value Gets the enumeration value of the report enumeration property.

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