new Information in a Report.
for example in the report are saved these data
User: bodrum
database: ""
server: test
passw: ""
but I want to change these data @ RUNTIME with a method.
how can I realize that.
for example the new data for the report.
User: me
database: ""
server: pro
passw: ""
i think the call have to looks like
m_Report = m_Report.SetData(user, server, database, passw);
has anybody an idea??
for example in the report are saved these data
User: bodrum
database: ""
server: test
passw: ""
but I want to change these data @ RUNTIME with a method.
how can I realize that.
for example the new data for the report.
User: me
database: ""
server: pro
passw: ""
i think the call have to looks like
m_Report = m_Report.SetData(user, server, database, passw);
has anybody an idea??