Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the length of the marker as a percentage of the parent scale radius.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MarkerLength As ReportExpression(Of Double)
Get
Set
'Usage
Dim instance As GaugePointer
Dim value As ReportExpression(Of Double)
value = instance.MarkerLength
instance.MarkerLength = value
public ReportExpression<double> MarkerLength { get; set; }
public:
property ReportExpression<double> MarkerLength {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member MarkerLength : ReportExpression<float> with get, set
function get MarkerLength () : ReportExpression<double>
function set MarkerLength (value : ReportExpression<double>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
The length of the marker as a percentage of the parent scale radius.