Proprietà TickMarkStyle.Shape
Gets the shape of the tick mark.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Shape As ReportEnumProperty(Of GaugeTickMarkShapes)
Get
'Utilizzo
Dim instance As TickMarkStyle
Dim value As ReportEnumProperty(Of GaugeTickMarkShapes)
value = instance.Shape
public ReportEnumProperty<GaugeTickMarkShapes> Shape { get; }
public:
property ReportEnumProperty<GaugeTickMarkShapes>^ Shape {
ReportEnumProperty<GaugeTickMarkShapes>^ get ();
}
member Shape : ReportEnumProperty<GaugeTickMarkShapes>
function get Shape () : ReportEnumProperty<GaugeTickMarkShapes>
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeTickMarkShapes>
A ReportEnumProperty<EnumType> object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering