Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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