XRControlStyleSheet.Add(String, XRControlStyle) Method
In This Article
OBSOLETE
Use Add
Adds the style with the specified name to the XRControlStyleSheet instance.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[Obsolete("Use Add(XRControlStyle style)")]
public void Add(
string name,
XRControlStyle style
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string containing the name of the style to add to the XRControl |
style | XRControl |
An XRControl |
#Remarks
This method is now obsolete. Use the XRControlStyleSheet.Add method which takes only a style parameter instead.
See Also