Partilhar via


Propriedade do RDL CustomLabel.TickMarkStyle

Gets the style properties for the tick mark.

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

Sintaxe

'Declaração
Public ReadOnly Property TickMarkStyle As TickMarkStyle 
    Get
'Uso
Dim instance As CustomLabel 
Dim value As TickMarkStyle 

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.TickMarkStyle
A TickMarkStyle object.

Consulte também

Referência

CustomLabel Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering