Get Control
Hi,
Before call out the report to preview. If i would like know what controls and how many controls in that particular report, how to i do so?
Tq
Before call out the report to preview. If i would like know what controls and how many controls in that particular report, how to i do so?
Tq
Comments
foreach (FastReport.Base c in report.AllObjects)
{
// do something with c...
}
How can i set the txtReportName.text became "123" Or how i can get the text for txtreportname in coding.
TQ.