Click or drag to resize

IStiControlElement Interface

[Missing <summary> documentation for "T:Stimulsoft.Report.Dashboard.IStiControlElement"]

Namespace:  Stimulsoft.Report.Dashboard
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public interface IStiControlElement : IStiElement, 
	IStiReportComponent, IStiAppComponent, IStiAppCell, IStiRetrieval, IStiDashboardElementStyle, 
	IStiUserFilters, IStiFilterElement, IStiConvertibleElement, IStiFont, IStiForeColor, 
	IStiBackColor, IStiTextFormat

The IStiControlElement type exposes the following members.

Properties
  NameDescription
Public propertyBackColor (Inherited from IStiBackColor.)
Public propertyCustomStyleName (Inherited from IStiDashboardElementStyle.)
Public propertyFont
Gets or sets font of component.
(Inherited from IStiFont.)
Public propertyForeColor (Inherited from IStiForeColor.)
Public propertyIsDefined (Inherited from IStiElement.)
Public propertyIsDesigning (Inherited from IStiElement.)
Public propertyIsEnabled (Inherited from IStiElement.)
Public propertyIsQuerable (Inherited from IStiElement.)
Public propertyKey (Inherited from IStiElement.)
Public propertyName (Inherited from IStiElement.)
Public propertyPage (Inherited from IStiElement.)
Public propertyReport (Inherited from IStiElement.)
Public propertyStyle (Inherited from IStiDashboardElementStyle.)
Public propertyTextFormat
Gets or sets the format of the text.
(Inherited from IStiTextFormat.)
Public propertyUserFilters (Inherited from IStiUserFilters.)
Public propertyZoom (Inherited from IStiElement.)
Top
Methods
  NameDescription
Public methodApplyDefaultFilters (Inherited from IStiFilterElement.)
Public methodConvertFrom (Inherited from IStiConvertibleElement.)
Public methodFetchAllMeters (Inherited from IStiElement.)
Public methodGetApp (Inherited from IStiAppComponent.)
Public methodGetKey (Inherited from IStiAppCell.)
Public methodGetMeters (Inherited from IStiElement.)
Public methodGetName (Inherited from IStiAppComponent.)
Public methodGetNestedPages (Inherited from IStiElement.)
Public methodGetParentKey (Inherited from IStiFilterElement.)
Public methodGetReport (Inherited from IStiReportComponent.)
Public methodRetrieveUsedDataNames (Inherited from IStiRetrieval.)
Public methodSetKey (Inherited from IStiAppCell.)
Public methodSetParentKey (Inherited from IStiFilterElement.)
Top
See Also