Propriedade do RDL RadialPointer.NeedleStyle
Gets an expression that evaluates to the style of the needle.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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>
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<RadialPointerNeedleStyles>
A ReportEnumProperty<EnumType> object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering