-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rdlcreator, Refactor report configuration methods
Updated `GenerateTestData` and `SmallTestData` in `ManualFluentChainedReportDefinitionTest.cs` to use new method names for configuring the report body and table. Removed methods from `Body.cs` and `Table.cs` that are now handled in `Report.cs`. Modified `WithBody()` in `Report.cs` to accept a `height` parameter and return a `Report` object. Added new methods to `Report.cs` for table configuration. Updated `using` directives in `Report.cs`.
- Loading branch information
1 parent
0c202e7
commit d219266
Showing
4 changed files
with
93 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters