Left 속성
The distance of the item from the left of the containing object
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property Left As ReportSize
Get
Set
‘사용 방법
Dim instance As ReportItem
Dim value As ReportSize
value = instance.Left
instance.Left = value
public ReportSize Left { get; set; }
public:
property ReportSize Left {
ReportSize get ();
void set (ReportSize value);
}
member Left : ReportSize with get, set
function get Left () : ReportSize
function set Left (value : ReportSize)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
A ReportSize object.