Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the distance of the item from the left of the containing object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Left As ReportSize
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object that represents the distance of the item from the left of the containing object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace