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.
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<NeedleStyles>
A ReportExpression<T> object.