Showing posts with label embeded. Show all posts
Showing posts with label embeded. Show all posts

Friday, March 23, 2012

Image Problem-Export To Excel

Hi,
I am using embeded image in my Report.But when it is exporting into Excel,i
could not get any image.
Am i missing anything?or is it not possible?
Thanks in advance.
DibakarTry include the image in your project or give some server URL so that Excel
will also get the image from that particular location.
Amarnath, MCTS
"Dibakar" wrote:
> Hi,
> I am using embeded image in my Report.But when it is exporting into Excel,i
> could not get any image.
> Am i missing anything?or is it not possible?
> Thanks in advance.
> Dibakar|||Thanks for your reply.But i set the background image of a TextBox,which is
not visible in Excel.
So,what to do in this case?i have tested all the possible Image
format(Embeded/Project/Web).Pls help.
"Amarnath" wrote:
> Try include the image in your project or give some server URL so that Excel
> will also get the image from that particular location.
> Amarnath, MCTS
>
> "Dibakar" wrote:
> > Hi,
> > I am using embeded image in my Report.But when it is exporting into Excel,i
> > could not get any image.
> > Am i missing anything?or is it not possible?
> > Thanks in advance.
> > Dibakar|||On Mar 7, 4:44 am, Dibakar <Diba...@.discussions.microsoft.com> wrote:
> Thanks for your reply.But i set the background image of a TextBox,which is
> not visible in Excel.
> So,what to do in this case?i have tested all the possible Image
> format(Embeded/Project/Web).Pls help.
> "Amarnath" wrote:
> > Try include the image in your project or give some server URL so that Excel
> > will also get the image from that particular location.
> > Amarnath, MCTS
> > "Dibakar" wrote:
> > > Hi,
> > > I am using embeded image in my Report.But when it is exporting into Excel,i
> > > could not get any image.
> > > Am i missing anything?or is it not possible?
> > > Thanks in advance.
> > > Dibakar
Unfortunately, this seems to be a limitation in the Excel rendering
from the export. It should work fine when exported to PDF or web
archive. To get around the issue, I would suggest including the image
in the report and then using a textbox directly below it (if this is
suitable). Sorry I could not be of more assistance.
Regards,
Enrique Martinez
Sr. SQL Server Developer|||Ok, you said embedded image, I thought you have pasted image control,
No Excel ignores all the background image. You can check the other post for
suggestion, in other words, you can place a image control and on top of it
place the textbox and right click properties and click on "Send to back".
Amarnath, MCTS
"Dibakar" wrote:
> Thanks for your reply.But i set the background image of a TextBox,which is
> not visible in Excel.
> So,what to do in this case?i have tested all the possible Image
> format(Embeded/Project/Web).Pls help.
> "Amarnath" wrote:
> > Try include the image in your project or give some server URL so that Excel
> > will also get the image from that particular location.
> >
> > Amarnath, MCTS
> >
> >
> > "Dibakar" wrote:
> >
> > > Hi,
> > > I am using embeded image in my Report.But when it is exporting into Excel,i
> > > could not get any image.
> > > Am i missing anything?or is it not possible?
> > > Thanks in advance.
> > > Dibakar

Image in Report Header

I embeded an image in my report.When i export it to PDF and Excel,it works fine but in HTML in does not show..

Can anyone tel me why..

Thanks,

Plengski

This would be a SQL Server Reporting Services specific question, i would recommend asking it in this forum: http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=82&SiteID=1

Thanks,

Othmane

Wednesday, March 21, 2012

Image in Report Header

I embeded an image in my report.When i export it to PDF and Excel,it works fine but in HTML in does not show..

Can anyone tel me why..

Thanks,

Plengski

This would be a SQL Server Reporting Services specific question, i would recommend asking it in this forum: http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=82&SiteID=1

Thanks,

Othmane

Image does not display

Hi post,
I have created a simple report using VS.net with an embeded image.
when I open the report from my PC the image displays well not a problem.Also
for any users this works fine.
My PC name is "Personal1"
Report server exists on Server: "Server1"
url used to access this Report is http://Server1.gar.abc.com/Reports
BUT the problem is
When I access this report from other servers(Personal2,Personal3 etc)
it does not display image(Or it display missing image icon).
Can someone suggest the cause and problem.
thanks
-aslamSolved this problem from the link
http://www.codeproject.com/useritems/RenderStreamImages.asp
-aslam
"replyaslam" wrote:
> Hi post,
> I have created a simple report using VS.net with an embeded image.
> when I open the report from my PC the image displays well not a problem.Also
> for any users this works fine.
> My PC name is "Personal1"
> Report server exists on Server: "Server1"
> url used to access this Report is http://Server1.gar.abc.com/Reports
> BUT the problem is
> When I access this report from other servers(Personal2,Personal3 etc)
> it does not display image(Or it display missing image icon).
> Can someone suggest the cause and problem.
> thanks
> -aslamsql

Monday, March 19, 2012

Image And Expression

hi there,
i using an expression at the data value with the IIF statement to call the
image which i have embeded 2 images and wanna to display them on the table
textbox when they they satify the IIF statement. and i encounter this error;
The value expression for the image â'image6â' contains an error: [BC30451] Name
'check' is not declared.
how can i resolve this problem or is there any other alternative for mi to
this issue.because wat i want is that within the IIF statement i wan to
display the different image.
thanks in advance
Angelacan you post the expression
"Angela" wrote:
> hi there,
> i using an expression at the data value with the IIF statement to call the
> image which i have embeded 2 images and wanna to display them on the table
> textbox when they they satify the IIF statement. and i encounter this error;
> The value expression for the image â'image6â' contains an error: [BC30451] Name
> 'check' is not declared.
> how can i resolve this problem or is there any other alternative for mi to
> this issue.because wat i want is that within the IIF statement i wan to
> display the different image.
> thanks in advance
> Angela
>|||=iif( First(Fields!allergyRoute_CODE.Value, "DataSet1") = Fields!Code.Value ,
check , checked )
(the image name is check and checked)
"Antoon" wrote:
> can you post the expression
> "Angela" wrote:
> > hi there,
> > i using an expression at the data value with the IIF statement to call the
> > image which i have embeded 2 images and wanna to display them on the table
> > textbox when they they satify the IIF statement. and i encounter this error;
> > The value expression for the image â'image6â' contains an error: [BC30451] Name
> > 'check' is not declared.
> > how can i resolve this problem or is there any other alternative for mi to
> > this issue.because wat i want is that within the IIF statement i wan to
> > display the different image.
> >
> > thanks in advance
> > Angela
> >|||ok,
- The name of the image has to be between quotes.
- You can not put this in a textbox, you can put the expression in an
image-box. So first put an image-box on you report (or in a table cell) and
than change the value of the image to the expression.
- In the expression you've given the Code-value of each row of the table is
compared to the "First" allergyRout_Code-value. This migth be correct, but if
you want to check against every value of allergyRout_Code, you should ommit
the "First"- function (if they are in the same dataset)
=iif( Fields!allergyRoute_CODE.Value = Fields!Code.Value ,
"check" , "checked" )
"Angela" wrote:
> =iif( First(Fields!allergyRoute_CODE.Value, "DataSet1") = Fields!Code.Value ,
> check , checked )
> (the image name is check and checked)
> "Antoon" wrote:
> > can you post the expression
> >
> > "Angela" wrote:
> >
> > > hi there,
> > > i using an expression at the data value with the IIF statement to call the
> > > image which i have embeded 2 images and wanna to display them on the table
> > > textbox when they they satify the IIF statement. and i encounter this error;
> > > The value expression for the image â'image6â' contains an error: [BC30451] Name
> > > 'check' is not declared.
> > > how can i resolve this problem or is there any other alternative for mi to
> > > this issue.because wat i want is that within the IIF statement i wan to
> > > display the different image.
> > >
> > > thanks in advance
> > > Angela
> > >|||hi Antoon,
for the value to compare, they are from 2 different dataset. bcause i want
to compare the actual value with the master values. so if the answer matches
then i will display the correct image. And is there another other way apart
from making them to be the same dataset?
ur regards
Angela
"Antoon" wrote:
> ok,
> - The name of the image has to be between quotes.
> - You can not put this in a textbox, you can put the expression in an
> image-box. So first put an image-box on you report (or in a table cell) and
> than change the value of the image to the expression.
> - In the expression you've given the Code-value of each row of the table is
> compared to the "First" allergyRout_Code-value. This migth be correct, but if
> you want to check against every value of allergyRout_Code, you should ommit
> the "First"- function (if they are in the same dataset)
> =iif( Fields!allergyRoute_CODE.Value = Fields!Code.Value ,
> "check" , "checked" )
>
> "Angela" wrote:
> > =iif( First(Fields!allergyRoute_CODE.Value, "DataSet1") = Fields!Code.Value ,
> > check , checked )
> >
> > (the image name is check and checked)
> >
> > "Antoon" wrote:
> >
> > > can you post the expression
> > >
> > > "Angela" wrote:
> > >
> > > > hi there,
> > > > i using an expression at the data value with the IIF statement to call the
> > > > image which i have embeded 2 images and wanna to display them on the table
> > > > textbox when they they satify the IIF statement. and i encounter this error;
> > > > The value expression for the image â'image6â' contains an error: [BC30451] Name
> > > > 'check' is not declared.
> > > > how can i resolve this problem or is there any other alternative for mi to
> > > > this issue.because wat i want is that within the IIF statement i wan to
> > > > display the different image.
> > > >
> > > > thanks in advance
> > > > Angela
> > > >|||Yes there are, but if you really wan't to compare
First(Fields!allergyRoute_CODE.Value, "DataSet1") = Fields!Code.Value
then
=iif( First(Fields!allergyRoute_CODE.Value, "DataSet1") = Fields!Code.Value ,
"check" , "checked" )
should work fine (in an image-box-in-a-table-field)
"Angela" wrote:
> hi Antoon,
> for the value to compare, they are from 2 different dataset. bcause i want
> to compare the actual value with the master values. so if the answer matches
> then i will display the correct image. And is there another other way apart
> from making them to be the same dataset?
> ur regards
> Angela
> "Antoon" wrote:
> > ok,
> > - The name of the image has to be between quotes.
> > - You can not put this in a textbox, you can put the expression in an
> > image-box. So first put an image-box on you report (or in a table cell) and
> > than change the value of the image to the expression.
> > - In the expression you've given the Code-value of each row of the table is
> > compared to the "First" allergyRout_Code-value. This migth be correct, but if
> > you want to check against every value of allergyRout_Code, you should ommit
> > the "First"- function (if they are in the same dataset)
> > =iif( Fields!allergyRoute_CODE.Value = Fields!Code.Value ,
> > "check" , "checked" )
> >
> >
> > "Angela" wrote:
> >
> > > =iif( First(Fields!allergyRoute_CODE.Value, "DataSet1") = Fields!Code.Value ,
> > > check , checked )
> > >
> > > (the image name is check and checked)
> > >
> > > "Antoon" wrote:
> > >
> > > > can you post the expression
> > > >
> > > > "Angela" wrote:
> > > >
> > > > > hi there,
> > > > > i using an expression at the data value with the IIF statement to call the
> > > > > image which i have embeded 2 images and wanna to display them on the table
> > > > > textbox when they they satify the IIF statement. and i encounter this error;
> > > > > The value expression for the image â'image6â' contains an error: [BC30451] Name
> > > > > 'check' is not declared.
> > > > > how can i resolve this problem or is there any other alternative for mi to
> > > > > this issue.because wat i want is that within the IIF statement i wan to
> > > > > display the different image.
> > > > >
> > > > > thanks in advance
> > > > > Angela
> > > > >