Partager via


Propriété Left

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property Left As ReportSize
    Get
'Utilisation
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