Skip to content

Commit

Permalink
Merge pull request #206 from DobriyMisha/master
Browse files Browse the repository at this point in the history
Checks to ReportViewer for export in file if that file already exists
  • Loading branch information
Gankov authored Oct 20, 2021
2 parents 1651b8b + e3d6cf2 commit 832080a
Show file tree
Hide file tree
Showing 5 changed files with 276 additions and 123 deletions.
18 changes: 17 additions & 1 deletion RdlEngine/RdlEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1206,4 +1206,20 @@
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>
<ItemGroup>
<Compile Update="Resources\Strings.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Strings.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Resources\Strings.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="Resources\Strings.ru-RU.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
</EmbeddedResource>
</ItemGroup>
</Project>
Loading

0 comments on commit 832080a

Please sign in to comment.