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.
The color of the state image.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Color As ReportExpression(Of ReportColor)
Get
Set
'Usage
Dim instance As IndicatorState
Dim value As ReportExpression(Of ReportColor)
value = instance.Color
instance.Color = value
public ReportExpression<ReportColor> Color { get; set; }
public:
property ReportExpression<ReportColor> Color {
ReportExpression<ReportColor> get ();
void set (ReportExpression<ReportColor> value);
}
member Color : ReportExpression<ReportColor> with get, set
function get Color () : ReportExpression<ReportColor>
function set Color (value : ReportExpression<ReportColor>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportColor>
A ReportExpression<T> object.