Partilhar via


Classe SizeProperty

Represents a size property in the report.

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>

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.