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.
Distance from the range to the scale, as a percentage of the size of the scale.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DistanceFromScale As ReportExpression(Of Double)
Get
Set
'Usage
Dim instance As ScaleRange
Dim value As ReportExpression(Of Double)
value = instance.DistanceFromScale
instance.DistanceFromScale = value
public ReportExpression<double> DistanceFromScale { get; set; }
public:
property ReportExpression<double> DistanceFromScale {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member DistanceFromScale : ReportExpression<float> with get, set
function get DistanceFromScale () : ReportExpression<double>
function set DistanceFromScale (value : ReportExpression<double>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.