Sinisterly
[Need Help] Customize crystalreportviewer ... - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Visual Basic & .NET Framework (https://sinister.li/Forum-Visual-Basic-NET-Framework)
+--- Thread: [Need Help] Customize crystalreportviewer ... (/Thread-Need-Help-Customize-crystalreportviewer)

Pages: 1 2


[Need Help] Customize crystalreportviewer ... - kairi.ex2 - 09-05-2011

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


RE: [Need Help] Customize crystalreportviewer ... - blowdoof - 09-05-2011

use the backgroundimage property...


RE: [Need Help] Customize crystalreportviewer ... - kairi.ex2 - 09-06-2011

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..


RE: [Need Help] Customize crystalreportviewer ... - kairi.ex2 - 09-06-2011

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..


RE: [Need Help] Customize crystalreportviewer ... - blowdoof - 09-06-2011

the crystalreportviewer itself also has a background property which can be changed just like a form has one


RE: [Need Help] Customize crystalreportviewer ... - blowdoof - 09-06-2011

the crystalreportviewer itself also has a background property which can be changed just like a form has one


RE: [Need Help] Customize crystalreportviewer ... - kairi.ex2 - 09-06-2011

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..


RE: [Need Help] Customize crystalreportviewer ... - kairi.ex2 - 09-06-2011

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..


RE: [Need Help] Customize crystalreportviewer ... - blowdoof - 09-08-2011

how did you coded it? Did you define the background before loading/showing the report?


RE: [Need Help] Customize crystalreportviewer ... - kairi.ex2 - 09-08-2011

CrystalReportViewer1.BackgroundImage = Image.FromFile _
("D:\DATA MASTER BARU\VB Project\NEW SAPC\SAPC\SAPC\Resources\shellcontrolback.bmp")

-- added to formload event