Bil Al

Bil Al

  • NA
  • 8
  • 0

how can change fieldobject position in subreport

Mar 22 2010 6:29 AM

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)