Właściwość GaugePanelItem.Left
Odległość od lewej procentowo w stosunku do elementu nadrzędnego.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Left As ReportExpression(Of Double)
Get
Set
'Użycie
Dim instance As GaugePanelItem
Dim value As ReportExpression(Of Double)
value = instance.Left
instance.Left = value
public ReportExpression<double> Left { get; set; }
public:
property ReportExpression<double> Left {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member Left : ReportExpression<float> with get, set
function get Left () : ReportExpression<double>
function set Left (value : ReportExpression<double>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> obiektu.
Zobacz także