Hello All,
I have a web form (PaymentControlHistory.aspx) with two controls (RadStartDate, and RadEndDate) both rad calendar controls. my report has a master report and several subreports that need to access those two controls to rewrite their respective SQL statements. The controls are to filter fields that cannot be used on the report due to grouping.
What is the best way to get the SelectedValue from thes two controls on the parent form that contains the report viewer? I've looked at the different videos and couldn't figure it out. Is it as easy as Parent.RadStartDate.SelectedValue?
Regards,
David
I have a web form (PaymentControlHistory.aspx) with two controls (RadStartDate, and RadEndDate) both rad calendar controls. my report has a master report and several subreports that need to access those two controls to rewrite their respective SQL statements. The controls are to filter fields that cannot be used on the report due to grouping.
What is the best way to get the SelectedValue from thes two controls on the parent form that contains the report viewer? I've looked at the different videos and couldn't figure it out. Is it as easy as Parent.RadStartDate.SelectedValue?
Regards,
David