Compartir a través de


ReportItem.Left Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property Left As ReportSize 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering