Proprietà RadialPointer.NeedleStyle
Style of the needle.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property NeedleStyle As ReportExpression(Of NeedleStyles)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<NeedleStyles>
A ReportExpression<T> object.