Freigeben über


ReportItem.Top-Eigenschaft

Gets the distance of the item from the top of the containing object.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Top As ReportSize 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object that represents the distance of the item from the top of the containing object.

Siehe auch

Verweis

ReportItem Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace