Właściwość Rectangle.Top
Odległości są pobierane z tego prostokąt do górnej krawędzi kontener.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Overrides ReadOnly Property Top As ReportSize
Get
'Użycie
Dim instance As Rectangle
Dim value As ReportSize
value = instance.Top
public override ReportSize Top { get; }
public:
virtual property ReportSize^ Top {
ReportSize^ get () override;
}
abstract Top : ReportSize
override Top : ReportSize
override function get Top () : ReportSize
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize obiektu.
Zobacz także