Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The distance of the item from the left of the containing object, as a percentage of the container.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Left As ReportExpression(Of Double)
Get
Set
'Usage
Dim instance As ChartElementPosition
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.