Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the style properties for the tick mark.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property TickMarkStyle As TickMarkStyle
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.TickMarkStyle
A TickMarkStyle object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace