Save and load report PDF data to json
This commit is contained in:
@@ -129,6 +129,10 @@
|
||||
IsEnabled="{Binding IsTitleBoxVisible}">
|
||||
<TextBlock><Run Text="+" FontFamily="{StaticResource FontAwesomeSolid}"/> Add Item</TextBlock>
|
||||
</Button>
|
||||
<Button Command="{Binding SaveInterimReportInfo}"
|
||||
IsEnabled="{Binding IsTitleBoxVisible}">
|
||||
<TextBlock><Run Text="" FontFamily="{StaticResource FontAwesomeSolid}"/> Save Report Info</TextBlock>
|
||||
</Button>
|
||||
<Button Content="Create Report PDF"
|
||||
Command="{Binding BuildPDF}"
|
||||
Classes="accent"
|
||||
|
||||
Reference in New Issue
Block a user