Énumération GaugeTickMarkShapes
Specifies the shape of a tick mark for a CustomLabel.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Enumeration GaugeTickMarkShapes
'Utilisation
Dim instance As GaugeTickMarkShapes
public enum GaugeTickMarkShapes
public enum class GaugeTickMarkShapes
type GaugeTickMarkShapes
public enum GaugeTickMarkShapes
Membres
| Nom de membre | Description | |
|---|---|---|
| Rectangle | A rectangular marker. | |
| None | No marker. | |
| Triangle | A triangular marker. | |
| Circle | A circular marker. | |
| Diamond | A diamond marker. | |
| Trapezoid | A trapezoidal marker. | |
| Star | A star marker. | |
| Wedge | A wedge-shaped marker. | |
| Pentagon | A pentagonal marker. |