Switch to a designer-generated DevExpress XtraReport for envelope history, replacing the previous manual layout. Added designer (.Designer.cs), resource (.resx), and updated code-behind (.cs) files. Updated the project file to include new report assets. Changed report generation to use the new async API. This modernizes the report, improves maintainability, and enhances appearance.
10 lines
186 B
C#
10 lines
186 B
C#
namespace EnvelopeGenerator.ServiceHost.Jobs.FinalizeDocument;
|
|
|
|
public partial class rptEnvelopeHistory
|
|
{
|
|
public rptEnvelopeHistory()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|