Skip to main content
A newer version of this page is available. .

XRControlStyleSheet.LoadFromXml(String) Method

Restores the style sheet from the specified XML file.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public void LoadFromXml(
    string fileName
)

Parameters

Name Type Description
fileName String

A String value that specifies the style sheet’s file name.

See Also