Condividi tramite


Proprietà TickMarkStyle

Style properties for the tick mark.

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property TickMarkStyle As TickMarkStyle
    Get
'Utilizzo
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