Partager via


Propriété TickMarkImage

Image to use for the tick mark.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TickMarkImage As TopImage
    Get
'Utilisation
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