Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an expression that evaluates to the style of the needle.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property NeedleStyle As ReportEnumProperty(Of RadialPointerNeedleStyles)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<RadialPointerNeedleStyles>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace