Implemented the first version of the report settings to help compensate for the screen resolution dependence the PDF engines seem to have.

This commit is contained in:
2017-05-10 02:05:51 -05:00
parent 4c6b79aea1
commit a569a21294
12 changed files with 1146 additions and 10 deletions
@@ -8,5 +8,26 @@
<Setting Name="DefaultServer" Type="System.String" Scope="User">
<Value Profile="(Default)">(LocalDb)\MSSQLLocalDB</Value>
</Setting>
<Setting Name="ReportPaperKind" Type="System.String" Scope="User">
<Value Profile="(Default)">A4</Value>
</Setting>
<Setting Name="ApcReportWidth" Type="System.String" Scope="User">
<Value Profile="(Default)">100%</Value>
</Setting>
<Setting Name="ApcReportHeight" Type="System.String" Scope="User">
<Value Profile="(Default)">100%</Value>
</Setting>
<Setting Name="WicReportWidth" Type="System.String" Scope="User">
<Value Profile="(Default)">100%</Value>
</Setting>
<Setting Name="WicReportHeight" Type="System.String" Scope="User">
<Value Profile="(Default)">100%</Value>
</Setting>
<Setting Name="ApcFontSize" Type="System.String" Scope="User">
<Value Profile="(Default)">14px</Value>
</Setting>
<Setting Name="WicFontSize" Type="System.String" Scope="User">
<Value Profile="(Default)">20px</Value>
</Setting>
</Settings>
</SettingsFile>