Proprietà TickMarksOnTop
Indicates tick marks should be drawn above pointers.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property TickMarksOnTop As ReportBoolProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Vedere anche