Compartir a través de


Length Propiedad

Gets the calculated value of the Length property in a ChartTickMarks class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Length As Double
    Get
'Uso
Dim instance As ChartTickMarksInstance
Dim value As Double

value = instance.Length
public double Length { get; }
public:
property double Length {
    double get ();
}
member Length : float
function get Length () : double

Valor de la propiedad

Tipo: System. . :: . .Double
A double value that represents the calculated value of the Length property.