Compartir a través de


MapColorScaleInstance.TickMarkLength Propiedad

Gets the calculated value of the TickMarkLength property in a MapColorScale class.

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

Sintaxis

'Declaración
Public ReadOnly Property TickMarkLength As ReportSize 
    Get
'Uso
Dim instance As MapColorScaleInstance 
Dim value As ReportSize 

value = instance.TickMarkLength
public ReportSize TickMarkLength { get; }
public:
property ReportSize^ TickMarkLength {
    ReportSize^ get ();
}
member TickMarkLength : ReportSize
function get TickMarkLength () : ReportSize

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize value that represents the calculated value of the TickMarkLength property.

Vea también

Referencia

MapColorScaleInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering