Replace hand-coded envelope report with DevExpress XtraReport
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.
This commit is contained in:
@@ -30,4 +30,16 @@
|
||||
<Folder Include="Controllers\" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Update="Jobs\FinalizeDocument\rptEnvelopeHistory.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Update="Jobs\FinalizeDocument\rptEnvelopeHistory.Designer.cs">
|
||||
<DependentUpon>rptEnvelopeHistory.cs</DependentUpon>
|
||||
</Compile>
|
||||
<EmbeddedResource Update="Jobs\FinalizeDocument\rptEnvelopeHistory.resx">
|
||||
<DependentUpon>rptEnvelopeHistory.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user