Compartir a través de


NeedleStyle Propiedad

Gets an expression that evaluates to the style of the needle.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property NeedleStyle As ReportEnumProperty(Of RadialPointerNeedleStyles)
    Get
'Uso
Dim instance As RadialPointer
Dim value As ReportEnumProperty(Of RadialPointerNeedleStyles)

value = instance.NeedleStyle
public ReportEnumProperty<RadialPointerNeedleStyles> NeedleStyle { get; }
public:
property ReportEnumProperty<RadialPointerNeedleStyles>^ NeedleStyle {
    ReportEnumProperty<RadialPointerNeedleStyles>^ get ();
}
member NeedleStyle : ReportEnumProperty<RadialPointerNeedleStyles>
function get NeedleStyle () : ReportEnumProperty<RadialPointerNeedleStyles>