StateIndicator.IndicatorStyle Property
This API supports the .NET Framework 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 StateIndicatorStyles)
Get
Set
'Usage
Dim instance As StateIndicator
Dim value As ReportExpression(Of StateIndicatorStyles)
value = instance.IndicatorStyle
instance.IndicatorStyle = value
public ReportExpression<StateIndicatorStyles> IndicatorStyle { get; set; }
public:
property ReportExpression<StateIndicatorStyles> IndicatorStyle {
ReportExpression<StateIndicatorStyles> get ();
void set (ReportExpression<StateIndicatorStyles> value);
}
member IndicatorStyle : ReportExpression<StateIndicatorStyles> with get, set
function get IndicatorStyle () : ReportExpression<StateIndicatorStyles>
function set IndicatorStyle (value : ReportExpression<StateIndicatorStyles>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<StateIndicatorStyles>
A ReportExpression<T> object.