LoadStyles(Stream) Method
In This Topic
Loads an external stylesheet to use with the report.
Syntax
'Declaration
Public Overloads Sub LoadStyles( _
ByVal As Stream _
)
public void LoadStyles(
Stream
)
Parameters
- inStream
- The stream from which the external stylesheet is loaded.
See Also