Propriété TickMarksOnTop
Gets the calculated value of the TickMarksOnTop property in a GaugeScale class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TickMarksOnTop As Boolean
Get
'Utilisation
Dim instance As GaugeScaleInstance
Dim value As Boolean
value = instance.TickMarksOnTop
public bool TickMarksOnTop { get; }
public:
property bool TickMarksOnTop {
bool get ();
}
member TickMarksOnTop : bool
function get TickMarksOnTop () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value that represents the calculated value of the TickMarksOnTop property.