Propriedade Left
The distance of the item from the left of the containing object
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize object.
Consulte também