Report Checker integration
Report Checker integration
Hey! Is there a way to emit own error messages into the Designer's report checker? We have, for example, created own datasources that can have an error in the definition. I would like inform our Designer users about such cases in the Report checker. How to do that? Thanks & Greetings, Andry
Re: Report Checker integration
Hello,
Yes, it is possible.
Please check the following code and sample in the attachment.
Thank you.
Yes, it is possible.
Please check the following code and sample in the attachment.
Code: Select all
var list = Stimulsoft.Report.Check.StiCheckEngine.Checks;
list.Add(new Stimulsoft.Report.Check.StiMyDataSourceCheck());
- Attachments
-
- StiMyDataSourceCheck.cs
- (1.75 KiB) Downloaded 138 times
Re: Report Checker integration
That's great, thank you Aleksey for this example. I will try to implement it right away.
Re: Report Checker integration
Hello,
Let us know if you need any additional help.
Let us know if you need any additional help.
Re: Report Checker integration
Hi Aleksey. No additional help needed - my implementation works perfectly. Thank you for posting the example.
Re: Report Checker integration
Great!
Have a nice day and coming weekend!
Have a nice day and coming weekend!