Hello!

Can I set DataReport's DataMember property to command with parameters, like that:
Code:
DataReport1.DataMember=dataenvironment1.ShowListWithNumber(3)
I'd really like to know if that's possible, cause I need executing commands with parameters when I want to make a report.

Zvonko