SaveStyles(Stream) Method
In This Topic
Saves a reports styles to an external stylesheet.
Syntax
'Declaration
Public Overloads Sub SaveStyles( _
ByVal As Stream _
)
public void SaveStyles(
Stream
)
Parameters
- outStream
- The stream to which the external stylesheet is saved.
See Also