CustomLabel.TickMarkStyle Propiedad
Gets the style properties for the tick mark.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.TickMarkStyle
A TickMarkStyle object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering