[]
Saves report styles to an external file.
public void SaveStyles(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | A string value to store styles. |
Saves report styles to a stream.
public void SaveStyles(Stream outStream)
Type | Name | Description |
---|---|---|
Stream | outStream | A Stream to store output styles. |