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.
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.