Partilhar via


Classe EnumProperty

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

Represents a report enumeration property of a specific enumeration type.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Class EnumProperty _
    Inherits PropertyDefinition _
    Implements IPropertyDefinition
'Uso
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

Hierarquia de herança

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

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.