Classe ColorProperty
Represents a color property in the report.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<ReportColor>
Microsoft.ReportingServices.RdlObjectModel.ColorProperty
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class ColorProperty _
Inherits PropertyDefinition(Of ReportColor)
'Uso
Dim instance As ColorProperty
public class ColorProperty : PropertyDefinition<ReportColor>
public ref class ColorProperty : public PropertyDefinition<ReportColor>
type ColorProperty =
class
inherit PropertyDefinition<ReportColor>
end
public class ColorProperty extends PropertyDefinition<ReportColor>
O tipo ColorProperty expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ColorProperty | Initializes a new instance of the ColorProperty class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Default | Gets the default value of the property. (Herdado de PropertyDefinition<T>.) | |
Name | The property name. (Herdado de PropertyDefinition.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IPropertyDefinition.Default | Gets the default value of the property. (Herdado de PropertyDefinition<T>.) | |
IPropertyDefinition.Maximum | Gets the maximum value of the property definition. (Herdado de PropertyDefinition<T>.) | |
IPropertyDefinition.Minimum | Gets the minimum value of the property definition. (Herdado de PropertyDefinition<T>.) | |
IPropertyDefinition.Validate | Validates whether the given value is of valid type T and within the minimum and maximum value. (Herdado de PropertyDefinition<T>.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.