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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
The indicator style.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property IndicatorStyle As ReportExpression(Of NumericIndicatorStyles)
Get
Set
'Usage
Dim instance As NumericIndicator
Dim value As ReportExpression(Of NumericIndicatorStyles)
value = instance.IndicatorStyle
instance.IndicatorStyle = value
public ReportExpression<NumericIndicatorStyles> IndicatorStyle { get; set; }
public:
property ReportExpression<NumericIndicatorStyles> IndicatorStyle {
ReportExpression<NumericIndicatorStyles> get ();
void set (ReportExpression<NumericIndicatorStyles> value);
}
member IndicatorStyle : ReportExpression<NumericIndicatorStyles> with get, set
function get IndicatorStyle () : ReportExpression<NumericIndicatorStyles>
function set IndicatorStyle (value : ReportExpression<NumericIndicatorStyles>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<NumericIndicatorStyles>
A ReportExpression<T> object.