Propriété NeedleStyle
Gets an expression that evaluates to the style of the needle.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property NeedleStyle As ReportEnumProperty(Of RadialPointerNeedleStyles)
Get
'Utilisation
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>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'RadialPointerNeedleStyles> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Voir aussi