How can I iterate through a reports labels/fields?
I'm writing some crystal reports (in visual studio) that we would like to be generic i.e. although the basic layout stays the same as our template, the labels could be in different languages. Due to the different lengths of the technical terms in the various languages, I would need to programmatically repostion some of the labels after loading, but before displaying in a CrystalReportViewer.
Thus I need to loop through the reports controls.
Cheers,
I'm writing some crystal reports (in visual studio) that we would like to be generic i.e. although the basic layout stays the same as our template, the labels could be in different languages. Due to the different lengths of the technical terms in the various languages, I would need to programmatically repostion some of the labels after loading, but before displaying in a CrystalReportViewer.
Thus I need to loop through the reports controls.
Cheers,