WinForms RDLC Report Adjustments C#

Job ID: 40252186

Budget: £20 – £250 GBP

I have a C# WinForms application that renders a local RDLC report. The report is already functional, but I’d like a few quick refinements:

• Design / layout tweaks: the current format needs a refresh so the information flows more naturally on the page.
• New data fields: a handful of extra columns must be pulled from the existing dataset and displayed in logical spots on the report.

In practice this means opening the .rdlc in Visual Studio, revising the layout (page size, section arrangement, and similar format-level details), dropping in the additional fields, and wiring them to the dataset that is already exposed in the form’s ReportViewer. No changes to the underlying database or business logic are expected—just what’s necessary inside the report and any minimal code-behind tweaks (e.g., dataset bindings) to surface the new fields.

The data comes from an api call

Deliverables
1. Updated .rdlc file with the revised layout and new fields in place.
2. Any modified C# source files required for the report to run error-free.
3. A brief note summarising what was changed so I can replicate the steps in future.

Please build and test in Visual Studio; the project targets .NET Framework, so no migration to .NET Core is needed. If you have recent experience fine-tuning WinForms RDLC reports, this task should be straightforward and quick.