Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / ReportStyleSheet Class / Save Method / Save(String,Boolean) Method
The full path of XML file to which the stylesheet will be saved.
true if an existing file should be replaced; false otherwise.


In This Topic
    Save(String,Boolean) Method
    In This Topic
    Saves the stylesheet as a XML file specifying if an existing XML file should be replaced.
    Syntax
    '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.
    Remarks

    The values of the FormatProvider and FormatProvider properties will not be saved in the XML file when a Report is saved.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also