다음을 통해 공유


Left 속성

The distance of the item from the left of the containing object, as a percentage of the container.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public ReadOnly Property Left As ReportDoubleProperty
    Get
‘사용 방법
Dim instance As ChartElementPosition
Dim value As ReportDoubleProperty

value = instance.Left
public ReportDoubleProperty Left { get; }
public:
property ReportDoubleProperty^ Left {
    ReportDoubleProperty^ get ();
}
member Left : ReportDoubleProperty
function get Left () : ReportDoubleProperty