SaveStyles(String) Method
In This Topic
Saves a reports styles to an external stylesheet.
Syntax
'Declaration
Public Overloads Sub SaveStyles( _
ByVal As String _
)
public void SaveStyles(
string
)
Parameters
- fileName
- The file name to save the report's Style Sheet to.
See Also