ReportItem.Left-Eigenschaft
Gets the distance of the item from the left of the containing object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Left As ReportSize
Get
'Usage
Dim instance As ReportItem
Dim value As ReportSize
value = instance.Left
public virtual ReportSize Left { get; }
public:
virtual property ReportSize^ Left {
ReportSize^ get ();
}
abstract Left : ReportSize
override Left : ReportSize
function get Left () : ReportSize
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object that represents the distance of the item from the left of the containing object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace