Share via


TickMarkStyle.TickMarkImage Property

Gets the image to use for the tick mark.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property TickMarkImage As TopImage 
    Get
'Usage
Dim instance As TickMarkStyle 
Dim value As TopImage 

value = instance.TickMarkImage
public TopImage TickMarkImage { get; }
public:
property TopImage^ TickMarkImage {
    TopImage^ get ();
}
member TickMarkImage : TopImage
function get TickMarkImage () : TopImage

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.TopImage
A TopImage object.

See Also

Reference

TickMarkStyle Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace