Свойство ChartTickMarks.Length
Length of the tickmark, as a percentage of the chart size.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property Length As ReportExpression(Of Double)
Get
Set
'Применение
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>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel