Compartilhar via


Propriedade do RDL TickMarkStyleInstance.Length

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Length As Double 
    Get
'Uso
Dim instance As TickMarkStyleInstance 
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 da propriedade

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

Consulte também

Referência

TickMarkStyleInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering