แก้ report สรรหา

This commit is contained in:
Kittapath 2023-09-24 04:10:31 +07:00
parent 654ea28942
commit 723c95dfbc
15 changed files with 175 additions and 57 deletions

View file

@ -59,10 +59,35 @@
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.5.0" />
<PackageReference Include="ThaiBahtText" Version="1.0.103" />
<PackageReference Include="WatchDog.NET" Version="1.4.6" />
<PackageReference Include="Telerik.Reporting" Version="17.0.23.315" />
<PackageReference Include="Telerik.Reporting" Version="17.1.23.718" />
<!-- <PackageReference Include="Telerik.Reporting.OpenXmlRendering" Version="17.1.23.718" /> -->
</ItemGroup>
<ItemGroup>
<None Update="Fonts\THSarabunIT.ttf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Fonts\THSarabunITBold.ttf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Fonts\THSarabunITBoldItalic.ttf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Fonts\THSarabunITItalic.ttf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Fonts\THSarabunNew.ttf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Fonts\THSarabunNewBold.ttf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Fonts\THSarabunNewBoldItalic.ttf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Fonts\THSarabunNewItalic.ttf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Report\Organization\rptAccount1.trdp">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>