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.
Length of the tickmark, as a percentage of the chart size.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Length As ReportExpression(Of Double)
Get
Set
'Usage
Dim instance As ChartTickMarks
Dim value As ReportExpression(Of Double)
value = instance.Length
instance.Length = value
public ReportExpression<double> Length { get; set; }
public:
property ReportExpression<double> Length {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member Length : ReportExpression<float> with get, set
function get Length () : ReportExpression<double>
function set Length (value : ReportExpression<double>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.