LinearScale.StartMargin Property
Distance between the start of the gauge and the start 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 StartMargin As ReportExpression(Of Double)
Get
Set
'Usage
Dim instance As LinearScale
Dim value As ReportExpression(Of Double)
value = instance.StartMargin
instance.StartMargin = value
public ReportExpression<double> StartMargin { get; set; }
public:
property ReportExpression<double> StartMargin {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member StartMargin : ReportExpression<float> with get, set
function get StartMargin () : ReportExpression<double>
function set StartMargin (value : ReportExpression<double>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.