ReportOpenVisibility
Posted: Wed Apr 14, 2021 8:40 am
Hi,
i use the StiWpfViewerControl like this:
on Button click i create the report in my viewmodel
after this, the "Open Button" in the StiWpfViewerControl is visible again. but why?
thanks
Thomas
i use the StiWpfViewerControl like this:
Code: Select all
<wpfViewer:StiWpfViewerControl Grid.Row="1" Report="{Binding StiReport}" ReportOpenVisibility="Collapsed"/>
Code: Select all
var stiReport = (StiReport)_auftragManager.GetReport(SelectedReport.ReportDefinitionId, auftragPositionIds);
await stiReport.RenderAsync();
StiReport = stiReport;
thanks
Thomas