Właściwość ReportItem.Top
Pobiera odległość element z góry obiektu zawierającego.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Overridable ReadOnly Property Top As ReportSize
Get
'Użycie
Dim instance As ReportItem
Dim value As ReportSize
value = instance.Top
public virtual ReportSize Top { get; }
public:
virtual property ReportSize^ Top {
ReportSize^ get ();
}
abstract Top : ReportSize
override Top : ReportSize
function get Top () : ReportSize
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize obiektu.
Zobacz także