LoadStyles(String) Method
In This Topic
Loads an external stylesheet to use with the report.
Syntax
'Declaration
Public Overloads Sub LoadStyles( _
ByVal As String _
)
public void LoadStyles(
string
)
Parameters
- fileName
- The name of the file that loads the style sheet.
See Also