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.
Indicates tick marks should be drawn above pointers.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property TickMarksOnTop As ReportBoolProperty
Get
'Usage
Dim instance As GaugeScale
Dim value As ReportBoolProperty
value = instance.TickMarksOnTop
public ReportBoolProperty TickMarksOnTop { get; }
public:
property ReportBoolProperty^ TickMarksOnTop {
ReportBoolProperty^ get ();
}
member TickMarksOnTop : ReportBoolProperty
function get TickMarksOnTop () : ReportBoolProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace