A newer version of this page is available.
Switch to the current version.
XRControlStyleSheet.SaveXmlToFile(String) Method
Serializes the style sheet in XML format to the specified file.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
public void SaveXmlToFile(
string fileName
)
Public Sub SaveXmlToFile(
fileName As String
)
Parameters
Name | Type | Description |
---|---|---|
fileName | String | A String value that specifies the style sheet's file name. |
See Also
Feedback