Skip to content

Commit

Permalink
Merge pull request #326 from FastReports/sync_branch_637665321363079529
Browse files Browse the repository at this point in the history
FastReport.OpenSource 2021.4.0
  • Loading branch information
KirillKornienko committed Sep 6, 2021
2 parents ed95b9d + 316f83a commit f965bce
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 20 deletions.
6 changes: 3 additions & 3 deletions Demos/Reports/Sales in the USA.frx

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion Demos/Reports/reports.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</Folder>
<Folder Name="Maps" Core="false" Basic="false" Description="Reports with sample maps, and their combination with other features.">
<Report File="World Map.frx"/>
<Report File="USA Map.frx"/>
<Report File="The USA Map.frx"/>
<Report File="World Sales.frx"/>
<Report File="Sales in the USA.frx"/>
<Report File="Sales in Germany.frx"/>
Expand Down
1 change: 1 addition & 0 deletions FastReport.Base/Engine/ReportEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ internal bool Run(bool runDialogs, bool append, bool resetDataState, ReportPage
}
finally
{
RestoreTemplate();
Report.OnFinishReport(EventArgs.Empty);
Config.ReportSettings.OnFinishProgress(Report);
Report.SetOperation(ReportOperation.None);
Expand Down
5 changes: 5 additions & 0 deletions FastReport.OpenSource/Engine/ReportEngine.Rich.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@ private void TranslateObjects(BandBase parentBand)
{
// Avoid compilation errors
}

private void RestoreTemplate()
{
// Avoid compilation errors
}
}
}
15 changes: 0 additions & 15 deletions FastReport.OpenSource/Preview/SourcePages.OpenSource.cs

This file was deleted.

2 changes: 1 addition & 1 deletion UsedPackages.version
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<FRCompatVersion>2021.3.0</FRCompatVersion>

<FRDataVisualizationVersion>2021.2.3</FRDataVisualizationVersion>
<FRDataVisualizationVersion>2021.3.0</FRDataVisualizationVersion>

<!-- Not available in Core3 -->
<SystemDrawingCommonVersion>[4.6.1,)</SystemDrawingCommonVersion>
Expand Down

0 comments on commit f965bce

Please sign in to comment.