Report with ability moving controls at run time

In Data Report of Visual Basic 6.0 (Project -> Add Data Report) exist the ability to move report controls at Run-Time.

In Visual Studio .Net 2005 how can I have the same functionality ?

[201 byte] By [KostasM] at [2007-12-24]
# 1
What do you mean by "move controls at Run-Time"?
JaredParsonsMSFT at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2

In VB 2005 (depending upon the version you have) Crystal Reports 10 is provided as a reporting solution.

This is the only reporting solution that is available. I know in VB6 (crystal was provided also as a reporting solution) but cant remember if selecting this option created a crystal report. Either way you choices are to use the crystal report solution provided with specific versions of 2005 (in which case I would hazard the guess - that similar functionality to that of crystal reports in VB6 would be provided) or obtain a different 3rd party reporting solution such which provides the required functionality.

I seem to recall that crystal at runtime allowed you to move some of the items around -but dont quote me on that.

spotty at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic General...