Login Register






[Need Help] Customize crystalreportviewer ... filter_list
Author
Message
[Need Help] Customize crystalreportviewer ... #1
need help please,,
i'm trying to show report in crystalreportviewer with my own custom background,,like the blue background if we open word 2007..
Thank's
(This post was last modified: 09-05-2011, 04:52 AM by Proskill.)

Reply

RE: [Need Help] Customize crystalreportviewer ... #2
use the backgroundimage property...

Reply

RE: [Need Help] Customize crystalreportviewer ... #3
thanks for replying,
I'm sorry for my lack of english,,
what i'm trying to change is the 'gray background color' of crystalreportviewer,,
not the image of the form background,,
can u help me,,??
thank's..

Reply

RE: [Need Help] Customize crystalreportviewer ... #4
thanks for replying,
I'm sorry for my lack of english,,
what i'm trying to change is the 'gray background color' of crystalreportviewer,,
not the image of the form background,,
can u help me,,??
thank's..

Reply

RE: [Need Help] Customize crystalreportviewer ... #5
the crystalreportviewer itself also has a background property which can be changed just like a form has one

Reply

RE: [Need Help] Customize crystalreportviewer ... #6
the crystalreportviewer itself also has a background property which can be changed just like a form has one

Reply

RE: [Need Help] Customize crystalreportviewer ... #7
i'm looking again in the property box but there isn't 'backgroundimage' or somthing like that,,
but in the coding part there is,,i tried to set through runtime but nothing changed,
i'm using vb .net 2010 with sap crystal report 2010..

Reply

RE: [Need Help] Customize crystalreportviewer ... #8
i'm looking again in the property box but there isn't 'backgroundimage' or somthing like that,,
but in the coding part there is,,i tried to set through runtime but nothing changed,
i'm using vb .net 2010 with sap crystal report 2010..

Reply

RE: [Need Help] Customize crystalreportviewer ... #9
how did you coded it? Did you define the background before loading/showing the report?

Reply

RE: [Need Help] Customize crystalreportviewer ... #10
CrystalReportViewer1.BackgroundImage = Image.FromFile _
("D:\DATA MASTER BARU\VB Project\NEW SAPC\SAPC\SAPC\Resources\shellcontrolback.bmp")

-- added to formload event

Reply