[]
Loads the report stylesheet from an external file.
public void LoadStyles(string fileName)
| Type | Name | Description |
|---|---|---|
| string | fileName | A string value to load styles. |
| Type | Condition |
|---|---|
| Exception | Throws an error if no styles are found. |
Loads the report stylesheet from a stream.
public void LoadStyles(Stream inStream)
| Type | Name | Description |
|---|---|---|
| Stream | inStream | A Stream to load styles input. |
| Type | Condition |
|---|---|
| Exception | Throws an error if no styles are found. |