vinayak.v 0 Light Poster

hi..
i've created one crystal report. and one global resource file ..
in crystal report there's one text object with id Text1.
and i want to take the values of resource file i've got it
CrystalDecisions.CrystalReports.Engine.TextObject Dtemp1 =

((CrystalDecisions.CrystalReports.Engine.TextObject)myreport.ReportDefinition.Sections["section1"].ReportObjects["Text1"]);
Dtemp1.Text = Resources.Resource.ResourceManager.GetString("Dsec1");

it is showing the correct value want i want but when i give print it is disappearing..
how to solve this

please help me..