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 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
Microsoft.ReportingServices.OnDemandReportRendering Namespace