Search found 3 matches

by werner_tom
Tue May 11, 2021 8:57 am
Forum: Stimulsoft Reports.WPF
Topic: error with businessclasses in classlibary
Replies: 0
Views: 7097

error with businessclasses in classlibary

Hello, please check out my attached sample WpfAppStimulsoft.zip the businessobject classes are located in a classlibary. in this sample are only some lines of code var boAnlageZeiten = new BusinessObjectAnlageZeiten(); StiReport stireport = new StiReport(); stireport.RegData("BusinessAnlageZeit...
by werner_tom
Wed Apr 14, 2021 10:59 am
Forum: Stimulsoft Reports.WPF
Topic: ReportOpenVisibility
Replies: 3
Views: 2657

Re: ReportOpenVisibility

omg so easy :)
Thanks a lot
by werner_tom
Wed Apr 14, 2021 8:40 am
Forum: Stimulsoft Reports.WPF
Topic: ReportOpenVisibility
Replies: 3
Views: 2657

ReportOpenVisibility

Hi, i use the StiWpfViewerControl like this: <wpfViewer:StiWpfViewerControl Grid.Row="1" Report="{Binding StiReport}" ReportOpenVisibility="Collapsed"/> on Button click i create the report in my viewmodel var stiReport = (StiReport)_auftragManager.GetReport(SelectedRepo...