Describes the class that contains a style for CrossTab components.
Inheritance Hierarchy
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntaxpublic class StiCrossTabStyle : StiBaseStyle
Public Class StiCrossTabStyle
Inherits StiBaseStyle
The StiCrossTabStyle type exposes the following members.
Constructors
Properties
Methods
| Name | Description |
---|
 | Clone | (Inherited from StiBaseStyle.) |
 | DrawBox | (Overrides StiBaseStyleDrawBox(Graphics, Rectangle, Boolean, Boolean).) |
 | DrawStyle(Graphics, Rectangle, Boolean, Boolean) | (Overrides StiBaseStyleDrawStyle(Graphics, Rectangle, Boolean, Boolean).) |
 | DrawStyle(Graphics, Rectangle, DrawItemState, Boolean, Boolean) |
Drawes the style on the specified graphics context.
(Inherited from StiBaseStyle.) |
 | DrawStyleForGallery | |
 | DrawStyleImage | (Inherited from StiBaseStyle.) |
 | Equals(Object) | (Inherited from StiBaseStyle.) |
 | Equals(Object, Boolean, Boolean) | (Inherited from StiBaseStyle.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetEvents | (Inherited from StiBaseStyle.) |
 | GetHashCode | (Inherited from StiBaseStyle.) |
 | GetProperties | (Overrides StiBaseStyleGetProperties(IStiPropertyGrid, StiLevel).) |
 | GetStyleFromComponent |
Gets a style from the component.
(Overrides StiBaseStyleGetStyleFromComponent(StiComponent, StiStyleElements).) |
 | GetStyleFromComponents |
Gets a style from the components.
(Inherited from StiBaseStyle.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | IsPropertiesInitializedProtected | (Inherited from StiService.) |
 | IsPropertyPresent | (Inherited from StiService.) |
 | Load(String) |
Loads the style from a file.
(Inherited from StiBaseStyle.) |
 | Load(Stream) |
Loads the style from the stream.
(Overrides StiBaseStyleLoad(Stream).) |
 | LoadFromJsonObject | (Overrides StiBaseStyleLoadFromJsonObject(JObject).) |
 | LoadFromString |
Loads the style from the string.
(Inherited from StiBaseStyle.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | PackService | (Inherited from StiService.) |
 | Save(String) |
Saves the style in the file.
(Inherited from StiBaseStyle.) |
 | Save(Stream) |
Saves the style in the stream.
(Overrides StiBaseStyleSave(Stream).) |
 | SaveToJsonObject | (Overrides StiBaseStyleSaveToJsonObject(StiJsonSaveMode).) |
 | SaveToString |
Saves the style to the string.
(Inherited from StiBaseStyle.) |
 | SetStyleToComponent |
Sets style to a component.
(Overrides StiBaseStyleSetStyleToComponent(StiComponent).) |
 | ToString |
Returns string representation of the style.
(Inherited from StiBaseStyle.) |
Top
See Also