Hello.
i Have 4 ReportParameters, in one of then i need to fill with a list of Projects, but the problem is, to get the Projects i need the PersonID,
that is in my second parameter.
I tried do acess the parameter in the Constructor but it is null at that moment, and in the NeedDataSource it's to late.
Is there a Way or a event to Acess the Parameter and use it to call my Method and fill my another parameter with the result List?
Thanks!
i Have 4 ReportParameters, in one of then i need to fill with a list of Projects, but the problem is, to get the Projects i need the PersonID,
that is in my second parameter.
I tried do acess the parameter in the Constructor but it is null at that moment, and in the NeedDataSource it's to late.
Is there a Way or a event to Acess the Parameter and use it to call my Method and fill my another parameter with the result List?
Thanks!