Classe EnumProperty
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Represents a report enumeration property of a specific enumeration type.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Class EnumProperty _
Inherits PropertyDefinition _
Implements IPropertyDefinition
'Utilisation
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
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel..::..EnumProperty
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.