Skip to main content

XRControlStyleSheet.LoadFromXml(String) Method

Restores the style sheet from the specified XML file.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.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