Compartilhar via


Classe SizeProperty

Represents a size property in the report.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<ReportSize>
      Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<ReportSize>
        Microsoft.ReportingServices.RdlObjectModel.SizeProperty

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Class SizeProperty _
    Inherits ComparablePropertyDefinition(Of ReportSize)
'Uso
Dim instance As SizeProperty
public class SizeProperty : ComparablePropertyDefinition<ReportSize>
public ref class SizeProperty : public ComparablePropertyDefinition<ReportSize>
type SizeProperty =  
    class 
        inherit ComparablePropertyDefinition<ReportSize>
    end
public class SizeProperty extends ComparablePropertyDefinition<ReportSize>

O tipo SizeProperty expõe os membros a seguir.

Construtores

  Nome Descrição
Método público SizeProperty(String, Nullable<ReportSize>) Creates a new instance of the SizeProperty class.
Método público SizeProperty(String, Nullable<ReportSize>, Nullable<ReportSize>, Nullable<ReportSize>) Creates a new instance of the SizeProperty class.

Início

Propriedades

  Nome Descrição
Propriedade pública Default Gets the default value of the property. (Herdado de PropertyDefinition<T>.)
Propriedade pública Maximum Gets the maximum value. (Herdado de ComparablePropertyDefinition<T>.)
Propriedade pública Minimum Gets the minimum value. (Herdado de ComparablePropertyDefinition<T>.)
Propriedade pública Name The property name. (Herdado de PropertyDefinition.)

Início

Métodos

  Nome Descrição
Método público Constrain Adjusts a value according to the defined property constraints. (Herdado de ComparablePropertyDefinition<T>.)
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)
Método público Validate(Object, T) Infraestrutura. Validates the ComparablePropertyDefinition<T> object. (Herdado de ComparablePropertyDefinition<T>.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasPropriedade privada IPropertyDefinition.Default Gets the default value of the property definition. (Herdado de ComparablePropertyDefinition<T>.)
Implementações de interfaces explícitasPropriedade privada IPropertyDefinition.Maximum Gets the maximum value of the property definition. (Herdado de ComparablePropertyDefinition<T>.)
Implementações de interfaces explícitasPropriedade privada IPropertyDefinition.Minimum Gets the minimum value of the property definition. (Herdado de ComparablePropertyDefinition<T>.)
Implementações de interfaces explícitasMétodo privado IPropertyDefinition.Validate Validates the property definition. (Herdado de ComparablePropertyDefinition<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.

Consulte também

Referência

Namespace Microsoft.ReportingServices.RdlObjectModel