Deat all ,
i need someone to help me if can i to put a toolbar for microsofte pictures in my report in reporting service 2005 i think there is a line of code
that let me do that put i search to it but i cant find it
any body can i helpe me i will be grateful
Hi,
to put a toolbar for Microsoft pictures in my report in reporting service 2005
Based on my understanding, do you want to add Images to a ReportViewer Report, right?
If so, there are three kinds of adding ways for you to choose. An image is a report item that contains a reference to an image that is stored on the report server, embedded within the report, or stored in a database. An image can be a logo or picture that appears once on the report or it can be a picture that is repeated with rows of data. You can also use an image as a background for certain report items. You can get images from the following sources, Databases, external file share or website, or embedded locally within the report. I guess you are in the third way. To achieve that , you may following the steps below:
1.How to add an Embedded Image to a Report
2.Open the client report definition (.rdlc) file in graphical design mode.
3.From the Report menu, select Embedded Images and add all of the images that you want to use in the report. If the Report menu is not available, click within the report design area.
4.Drag the image control from the toolbox to the report layout. You must use the image control that is used for ReportViewer reports.
5.Select the image and then open the Properties window in Visual Studio.
6.Set Source to Embedded.
7.Set Value to an image that is embedded in the report definition. You can choose which image to use from a drop-down list.
For more information, see:
http://msdn2.microsoft.com/en-us/library/ms251715(VS.80).aspx
Thanks.
|||Dear Michael Jin,
My Problem not like this not to add image to report
but after add the image and finish the report and its code in vb.net and call the report
and view it there is a defult toolbar right?
i need to add the Pictures toolbar for microsoft if you know anything about this please tell me i will be grateful
thanks in advance
khalil hamad
|||
Hi,
Could you tell us what do you mean by "i need to add the Pictures toolbar for microsoft"?
Thanks.
No comments:
Post a Comment