Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.