Proprietà ReportItem.Left

Gets or sets the distance of the item from the left of the containing object.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property Left As ReportSize 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportSize
The distance of the item from the left of the containing object.

Vedere anche

Riferimento

ReportItem Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel