Use data contract report parameter in a different class

Yes, it is possible to get the values from the dialog to the provider and that’s the conventional approach.

But in my case, I need to pass the dialog values to a different class because the line data of the report isn’t getting populated in the data provider class.

Instead line data is populated in an altogether different class. Here, I want to fetch a parameter value from the dialog in order to fetch a table buffer for some other requirement.

To conclude, I want to know if it’s possible to pass the report dialog value to a class other than a data provider class? If yes, how do I go about it ?

Thanks:)