Posted 25 March 2026, 11:51 am EST
Hi,
Migrate from 2010v1 to 2025v2 399 in ASP.NET WebForms NET Framework 4.8.1.
Using C1ReportViewer from C1.Web.Wijmo.Controls.48.dll
Changes C1WebReport to C1ReportViewer control.
In VS2022 IDE, I get C1Report obsolete message
This is a legacy control; use C1.Win.FlexReport.C1FlexReport instead
About C1.Web.Wijmo.Controls.48.dll
namespace C1.C1Report;
[Obsolete("This is a legacy control; use C1.Win.FlexReport.C1FlexReport instead.")]
[LicenseProvider]
[Designer("C1.C1Report.Design.ReportDesigner, C1.C1Report.4.Design, Version=4.8.20251.721")]
[C1Description("C1ControlLegacy", "This is a legacy control; use 'C1.Win.FlexReport.C1FlexReport' instead.")]
[ToolboxBitmap(typeof(C1PrintDocument), "C1Report.C1Report.png")]
[DefaultProperty("ReportName")]
[ClassInterface(ClassInterfaceType.AutoDual)]
[Guid("0483DF21-24A7-4227-85AA-EE344E25173F")]
public class C1Report : Component, ISupportInitialize, ac, ju
C1.Win.FlexReport.C1FlexReport ?? is Windows control, not WebForms control ??
any suggestions ?
thank a lot
