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

XRControlStyleSheet.Add(XRControlStyle) Method

Appends the specified XRControlStyle object to the current style sheet.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public void Add(
    XRControlStyle style
)

Parameters

Name Type Description
style XRControlStyle

An XRControlStyle object to append to the style sheet.

Remarks

This method adds an XRControlStyle object to the end of the style sheet.

Implements

See Also