Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Style of the needle.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property NeedleStyle As ReportExpression(Of NeedleStyles)
Get
Set
'Usage
Dim instance As RadialPointer
Dim value As ReportExpression(Of NeedleStyles)
value = instance.NeedleStyle
instance.NeedleStyle = value
public ReportExpression<NeedleStyles> NeedleStyle { get; set; }
public:
property ReportExpression<NeedleStyles> NeedleStyle {
ReportExpression<NeedleStyles> get ();
void set (ReportExpression<NeedleStyles> value);
}
member NeedleStyle : ReportExpression<NeedleStyles> with get, set
function get NeedleStyle () : ReportExpression<NeedleStyles>
function set NeedleStyle (value : ReportExpression<NeedleStyles>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<NeedleStyles>
A ReportExpression<T> object.