I have a pdf report that I am creating programmatically behind the scenes and I want to NOT create the report at all if there is no data.
I saw that RenderReport returns a result and I want to know if I can check to see if I get any rows in my NeedDataSource event handler and return and set an error there to have the PDF not be created.
Has anyone addressed a similar issue?
Mike
I saw that RenderReport returns a result and I want to know if I can check to see if I get any rows in my NeedDataSource event handler and return and set an error there to have the PDF not be created.
Has anyone addressed a similar issue?
Mike