Proprietà Left
The distance of the item from the left of the containing object
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property Left As ReportSize
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize object.
Vedere anche