Classe ColorProperty
Represents a color property in the report.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition< (Of < ( <'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 | The default value. (Herdado de PropertyDefinition< (Of < ( <'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 | (Herdado de PropertyDefinition< (Of < ( <'T> ) > ) >.) | |
IPropertyDefinition. . :: . .Maximum | (Herdado de PropertyDefinition< (Of < ( <'T> ) > ) >.) | |
IPropertyDefinition. . :: . .Minimum | (Herdado de PropertyDefinition< (Of < ( <'T> ) > ) >.) | |
IPropertyDefinition. . :: . .Validate | (Herdado de PropertyDefinition< (Of < ( <'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.