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 from the rectangle to the left side of the container.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Left As ReportSize
Get
'Usage
Dim instance As Rectangle
Dim value As ReportSize
value = instance.Left
public override ReportSize Left { get; }
public:
virtual property ReportSize^ Left {
ReportSize^ get () override;
}
abstract Left : ReportSize
override Left : ReportSize
override function get Left () : ReportSize
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace