[]
Gets evaluated style by specified name.
Style GetStyle(string styleName)
| Type | Name | Description |
|---|---|---|
| string | styleName |
| Type | Description |
|---|---|
| Style | The evaluated style if Style object whith specified name found in the report's stylesheet; otherwise, default style. |
Gets evaluated style by specified heading level.
Style GetStyle(int level)
| Type | Name | Description |
|---|---|---|
| int | level | A zero-based Integer indicating the value of HeadingLevel property of the Style object. |
| Type | Description |
|---|---|
| Style | The evaluated style if Style object whith specified heading level found in the report's stylesheet; otherwise, default style. |