visual studio 2010 - Report watermark disappears when reportviewer used -


i using crystal reports in vs 2010. have report watermark added. when use 'main report preview' watermark shows fine. when use code show report gone.

    initializecomponent()      reportviewer.owner = me     dim durocreport new duroc      durocreport.setparametervalue("registration", reg)     durocreport.setdatabaselogon("", "")      reportviewer.viewercore.reportsource = durocreport 

the report shows except watermark/background missing, of data correct.

i fixed cutting resolution of image 300 85. seems file size issue. image missing anytime reloaded visual studio. works, have mess around image quality until looks enough use.


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -