ReportViewer.AssignStyles(WebControl, WebControl) Method
Copies the settings from the specified source to the current destination object.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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