Is it possible to set the attributes of crystal report field for each record
i.e If ihave table contains field of images & ibind this field with the report via BlobFieldObject
how can Ichange the width of acertain image not all images
BlobFieldObject pic;
pic = (BlobFieldObject)m_ReportDoc.ReportDefinition.ReportObjects["Picture1"];
pic.Width *= 2;