Condividi tramite


Classe EnumProperty

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

Represents a report enumeration property of a specific enumeration type.

Spazio dei nomi:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Class EnumProperty _
    Inherits PropertyDefinition _
    Implements IPropertyDefinition
'Utilizzo
Dim instance As EnumProperty
public class EnumProperty : PropertyDefinition, 
    IPropertyDefinition
public ref class EnumProperty : public PropertyDefinition, 
    IPropertyDefinition
type EnumProperty =  
    class
        inherit PropertyDefinition
        interface IPropertyDefinition
    end
public class EnumProperty extends PropertyDefinition implements IPropertyDefinition

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel..::..EnumProperty

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.