Propriedade do RDL Shape
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< (Of < ( <'GaugeTickMarkShapes> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Consulte também