Compartir a través de


Clase ColorProperty

Represents a color property in the report.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<ReportColor>
      Microsoft.ReportingServices.RdlObjectModel.ColorProperty

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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>

El tipo ColorProperty expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ColorProperty Initializes a new instance of the ColorProperty class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Default Gets the default value of the property. (Se hereda de PropertyDefinition<T>.)
Propiedad pública Name The property name. (Se hereda de PropertyDefinition.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasPropiedad privada IPropertyDefinition.Default Gets the default value of the property. (Se hereda de PropertyDefinition<T>.)
Implementación de interfaces explícitasPropiedad privada IPropertyDefinition.Maximum Gets the maximum value of the property definition. (Se hereda de PropertyDefinition<T>.)
Implementación de interfaces explícitasPropiedad privada IPropertyDefinition.Minimum Gets the minimum value of the property definition. (Se hereda de PropertyDefinition<T>.)
Implementación de interfaces explícitasMétodo privado IPropertyDefinition.Validate Validates whether the given value is of valid type T and within the minimum and maximum value. (Se hereda de PropertyDefinition<T>.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel