1
Answer

how can change fieldobject position in subreport

Photo of Bil Al

Bil Al

15y
5.5k
1

hi everybody
when i want change a Fieldobject position in crystal report i use a code like this in c#.net
((CrystalDecisions.CrystalReports.Engine.
FieldObject)cr1.ReportDefinition.Sections["Section3"].ReportObjects["--"]).Left = v_left;
But how can i change the Fieldobject  position  in subreport  ?
thanks for any help

Answers (1)