Skip to main content

ReportViewer.AssignStyles(WebControl, WebControl) Method

Copies the settings from the specified source to the current destination object.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public static void AssignStyles(
    WebControl source,
    WebControl destination
)

Parameters

Name Type Description
source WebControl

A WebControl object whose settings are assigned to the current object.

destination WebControl

The current WebControl object whose settings are copied from the the specified source.

See Also