Compartilhar via


Propriedade do RDL TickMarkStyle.Shape

Gets the shape of the tick mark.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Shape As ReportEnumProperty(Of GaugeTickMarkShapes)
    Get
'Uso
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>

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeTickMarkShapes>
A ReportEnumProperty<EnumType> object.

Consulte também

Referência

TickMarkStyle Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering