Właściwość ReportItem.Left
Odległość od lewej obiektu zawierającego element
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Left As ReportSize
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize obiektu.