Search found 4 matches

by InnoM
Wed Dec 13, 2023 9:10 pm
Forum: Stimulsoft Ultimate
Topic: Inconsistent/bug when using nested Totals/summary functions
Replies: 1
Views: 2818

Inconsistent/bug when using nested Totals/summary functions

Hi, Recently been migrating our old reports from Crystal to Stimulsoft recently and so far it's going well. However, there is one thing that has thrown me which is to do with resolving expressions, specifically Totals functions. For instance, take the following TextBox with the expression: {First(Fi...
by InnoM
Wed Dec 13, 2023 8:08 pm
Forum: Stimulsoft Reports.WPF
Topic: Binding values to "Report" on StiWpfViewerControl doesn't seem to function
Replies: 6
Views: 14924

Re: Binding values to "Report" on StiWpfViewerControl doesn't seem to function

Hi Lech, Sorry I didn't reply sooner. I've forgotten to add the call to "Load" here, but even with that and call to Render it's the same effect. I think I raised this to highlight how the Binding dependency property doesn't get updated when the control is hosted in a tabcontrol like the on...
by InnoM
Mon Oct 02, 2023 1:27 pm
Forum: Stimulsoft Reports.WPF
Topic: Binding values to "Report" on StiWpfViewerControl doesn't seem to function
Replies: 6
Views: 14924

Re: Binding values to "Report" on StiWpfViewerControl doesn't seem to function

Hi Lech, I've attached a sample WPF project. It uses a TabControl with resources to bind datatemplates using the StiWpfViewerControl. When making this sample, I realised that the Report binding will work when not using the viewer control in a datatemplate. E.g. if using the TabItem control inside a ...
by InnoM
Fri Sep 29, 2023 12:51 pm
Forum: Stimulsoft Reports.WPF
Topic: Binding values to "Report" on StiWpfViewerControl doesn't seem to function
Replies: 6
Views: 14924

Binding values to "Report" on StiWpfViewerControl doesn't seem to function

Hi, I've been experimenting with adding Stimulsoft to our reporting software. When using the StiWpfViewerControl, I have something similar to: <DataTemplate DataType="{x:Type tabs:StimulsoftTab}"> <stim:StiWpfViewerControl Report="{Binding Report}"/> </DataTemplate> In the XAML f...