Page 1 of 1

WORKING WITH SUBREPORT

Posted: Thu Sep 21, 2017 6:43 pm
by Matheus_desenv
Hello , i am working with one sub_report , and when i try found registers on first report in a period spcified of date and this registers its empty what i need is that the sub_report show nothing in this same period of date, but what i have is an error. What i do ?

Re: WORKING WITH SUBREPORT

Posted: Fri Sep 22, 2017 2:05 pm
by Alex K.
Hello,

You can add parameters for SubReport and then use them in the Sub report as this["ParameterName"]

Thank you.