Creating reports and dashboards | Stimulsoft community forum
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
Hello,
I have request for specific function... I need posibility to disable content of subReport if its dataTable (or DataBand) has no rows. But this must be function of SubReport. Is this function available or I have to do some workaround?
Thank you
Thank you Aleksey,
but this is not solution for our case. The problem is, that we have subreport in DataBand and this is why I need to control subreport visibility inside. But by using Conditions I can control only objects on Page, not whole Page...
Hello,
example report is attached...
... even if I disable all components in subreport (in case of empty subreport's databand), subreport is still holding its free place. Problem is, that subreports are in databand of main report and on each row we need different group of subreports...
Attachments
1228.report_with_subreports.jpg (328.59 KiB) Viewed 6152 times
Hello,
example is almost ready... but I have one problem. I had to export report data to XML and XSD, but if I load this as XML Data, Relations are cofigured but not functional... Everything in Relations is the same as in report produced by our system with data loaded by... .RegData("reportdata", new DataSet(..... )); .... looks like XML Data is not supporting relations...