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>
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition< (Of < ( <'ReportSize> ) > ) >
Microsoft.ReportingServices.RdlObjectModel. . :: . .ComparablePropertyDefinition< (Of < ( <'ReportSize> ) > ) >
Microsoft.ReportingServices.RdlObjectModel..::..SizeProperty
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.
Consulte também