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

ReportParametersPanelEditorStyles.CopyFrom(StylesBase) Method

Duplicates the properties of the specified object into the current instance of the ReportParametersPanelEditorStyles class.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

public override void CopyFrom(
    StylesBase source
)

Parameters

Name Type Description
source StylesBase

A StylesBase descendant that is the object whose settings will be copied.

Remarks

Use the CopyFrom method to duplicate the properties of the specified StylesBase descendant into the instance of the ReportParametersPanelEditorStyles class which this method is called from.

Note

All properties, including those that have been set in the current instance of the ReportParametersPanelEditorStyles class, will be replaced by the associated property in the StylesBase descendant specified by the source parameter.

See Also