Can I disable paging on an RDL report?

I have a user requirement to display thousands of records as a full dashboard on the same page ( no paging).

Is this do-able with an RDL report If yes, how



Answer this question

Can I disable paging on an RDL report?

  • Jivesh

    Using the property browser, set InteractiveHeight and InteractiveWidth properties of Report object to 0.


  • Alexei Baskakov

    Thank you, Rajeev. That works fine.
  • Can I disable paging on an RDL report?