How to avoid space of the control in case of empty or null value

Posted by: hmihir on 24 June 2020, 9:48 pm EST

    • Post Options:
    • Link

    Posted 24 June 2020, 9:48 pm EST

    Hi,

    In ActiveReportJs , I want to hide control(element) if value is null or empty.

    e.g. I am using subreport(history) in report.

    Using angular I am passing data(apiurl) as param to report. and that param will be evaluated to datasource.

    Now in response of webapi holds one field history, if history is null or empty array then want to hide that history subreport(which is actually not hiding as of now. Its showing empty space).

    Thanks,

    Mihir

  • Posted 26 June 2020, 1:38 am EST

    Hello,

    Can you access the “history” value in the main report. If yes, then you can add the expression in the Hidden property of the SubReport like follow:

    =IIF(IsNothing(Fields!History.Value),True,False)

    Thanks,

    Mohit

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels