Condividi tramite


Proprietà CustomLabel.TickMarkStyle

Gets the 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

Valore proprietà

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

Vedere anche

Riferimento

CustomLabel Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering