Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.