Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Distance between the end of the gauge and the end of the scale, as a percentage of the size of the gauge.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property EndMargin As ReportExpression(Of Double)
Get
Set
'Usage
Dim instance As LinearScale
Dim value As ReportExpression(Of Double)
value = instance.EndMargin
instance.EndMargin = value
public ReportExpression<double> EndMargin { get; set; }
public:
property ReportExpression<double> EndMargin {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member EndMargin : ReportExpression<float> with get, set
function get EndMargin () : ReportExpression<double>
function set EndMargin (value : ReportExpression<double>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.