Classe ColorProperty
Represents a color property in the report.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<ReportColor>
Microsoft.ReportingServices.RdlObjectModel.ColorProperty
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Class ColorProperty _
Inherits PropertyDefinition(Of ReportColor)
'Utilizzo
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>
Nel tipo ColorProperty sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
ColorProperty | Initializes a new instance of the ColorProperty class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Default | Gets the default value of the property. Ereditato da PropertyDefinition<T>. |
![]() |
Name | The property name. Ereditato da PropertyDefinition. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
![]() ![]() |
IPropertyDefinition.Default | Gets the default value of the property. Ereditato da PropertyDefinition<T>. |
![]() ![]() |
IPropertyDefinition.Maximum | Gets the maximum value of the property definition. Ereditato da PropertyDefinition<T>. |
![]() ![]() |
IPropertyDefinition.Minimum | Gets the minimum value of the property definition. Ereditato da PropertyDefinition<T>. |
![]() ![]() |
IPropertyDefinition.Validate | Validates whether the given value is of valid type T and within the minimum and maximum value. Ereditato da PropertyDefinition<T>. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.