RegData Basic question
Posted: Fri Feb 27, 2009 8:38 pm
Hi,
I am a bit confused here..
This is my Dictionary
Data Sources
- CIAS
- POrderDet
SeqNo
StockID
StockDescription
UnitPrice
The thing is even if I simply name my table and simply supply a name during RegData it still works..eg.
dt.TableName = "simplyname"
rep.RegData("POrderDetxx", dt)
How does the TableName and Name(during RegData) function duing the binding of the report data ?
Thank you.l
I am a bit confused here..
This is my Dictionary
Data Sources
- CIAS
- POrderDet
SeqNo
StockID
StockDescription
UnitPrice
The thing is even if I simply name my table and simply supply a name during RegData it still works..eg.
dt.TableName = "simplyname"
rep.RegData("POrderDetxx", dt)
How does the TableName and Name(during RegData) function duing the binding of the report data ?
Thank you.l