Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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