Before Print dosen't work in Angular 7
Posted: Tue Sep 17, 2019 5:19 pm
Hello, I have an error when rendered my report in a Angular 7 project.
In the report has 4 databands, and the databand number 3 need to appears only when not have data from the data source, so I put something like this in BeforePrint Event of the databand number 1:
In the Stimulsoft Designer 2019.3.4 works really fine, but in the angular project dosen't function fine and the databand number 3 always appears.
Can you help me?
(Follow some pictures to explain better the situation).
In the report has 4 databands, and the databand number 3 need to appears only when not have data from the data source, so I put something like this in BeforePrint Event of the databand number 1:
Code: Select all
this.DataBand3.Enabled = root_lancamentos.Nome.lancamentos == "";
Can you help me?
(Follow some pictures to explain better the situation).