'Declaration Public Overloads Sub Save( _ ByVal fileName As String, _ ByVal replaceIfExists As Boolean _ )
'Usage Dim instance As ReportStyleSheet Dim fileName As String Dim replaceIfExists As Boolean instance.Save(fileName, replaceIfExists)
public void Save( string fileName, bool replaceIfExists )
Parameters
- fileName
- The full path of XML file to which the stylesheet will be saved.
- replaceIfExists
- true if an existing file should be replaced; false otherwise.