I am working with Crystal Reports With Visual Studio 2008, I have a report in which there are two sub Reports, In one of sub-report, there is one Text Field and a BLOB (Image Field), Its working fine when I send print request of that report from my desktop application, It loads Fine,
Below is the screen shot of designer screen
The Issue is, when I print this report from Remote Computer or through Remote Call, It loads the TextField first assuming that there is no Image and then it loads BLOB field Data over text field, In functionality it should display Image data and then text field data if and if an image associated with it.
That means there is delayed loading Image data, How may I fix this Issue, below I am attaching the output.
How may I make sure that If a remote request has been placed ,my Image loads first then the field, rather overlapping?