Partager via


Propriété ReportItem.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

Valeur de propriété

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

Voir aussi

Référence

ReportItem Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering