1
Answer

how can change fieldobject position in subreport


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)