views:

168

answers:

1

I'm trying to give a PictureObject (in my crystal report) ,path or something i use this line in C#.net :

PictureObject oPicture =(PictureObject) rptClass.ReportDefinition.ReportObjects["pPicture"];

but i don't have that option.

can anyone help me??

A: 

i solved my problem: Importing Dynamic Images to the Crystal Report

Maryam Khalesi