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.
Gets or sets the indicator icons set.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property IconsSet As StateIndicatorIconsSet
Get
Set
'Usage
Dim instance As StateIndicator
Dim value As StateIndicatorIconsSet
value = instance.IconsSet
instance.IconsSet = value
public StateIndicatorIconsSet IconsSet { get; set; }
public:
property StateIndicatorIconsSet IconsSet {
StateIndicatorIconsSet get ();
void set (StateIndicatorIconsSet value);
}
member IconsSet : StateIndicatorIconsSet with get, set
function get IconsSet () : StateIndicatorIconsSet
function set IconsSet (value : StateIndicatorIconsSet)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.StateIndicatorIconsSet
A StateIndicatorIconSet value.