Hi,
id like to know if it's possible to set like url for an imge objet, the url of a ashx (so, show image from a handler).
id like to know if its possible to show image resize to the image object size, in my app users can upload their images but when they print report, it must be the same size, so id like that image could resize to object size and keep aspect ratio.
Thanks in advance.
About images
Re: About images
Hello.
Yes, it's possible to add images and they will be resized with right aspect ratio if you set appropriate properties.
Thank you.
Yes, it's possible to add images and they will be resized with right aspect ratio if you set appropriate properties.
Thank you.
Re: About images
Thanks.
Could you explain me how-to:
- Add Url of an ashx file to URL propertie of image object
- What properties must be setting for resizing image keeping aspect ratio.
My version is 2012.3
Thanks in advance.
Could you explain me how-to:
- Add Url of an ashx file to URL propertie of image object
- What properties must be setting for resizing image keeping aspect ratio.
My version is 2012.3
Thanks in advance.
Re: About images
Hello.
Thank you.
Could you describe what kind of URL do you have and how do you store images?marianux wrote:- Add Url of an ashx file to URL propertie of image object
Please, read the Image Stretching section in our User Manual.marianux wrote:- What properties must be setting for resizing image keeping aspect ratio.
Thank you.
Re: About images
Images are stored in file sytem, in a specific folder.
Name of the image is stored in database.
In my web app i use a handler (.ashx) for getting images to show into web form (for example)
Id like to know if it's possible get the image throug the handler setting url of handler , for example:
~handlerimages.ashx?id=6659&ft=2
Thanks for your support
Name of the image is stored in database.
In my web app i use a handler (.ashx) for getting images to show into web form (for example)
Id like to know if it's possible get the image throug the handler setting url of handler , for example:
~handlerimages.ashx?id=6659&ft=2
Thanks for your support
Re: About images
Hello.
You could try to use ImageURL property and set there this URL to the Image. You could use any expression to set this property.
Thank you.
You could try to use ImageURL property and set there this URL to the Image. You could use any expression to set this property.
Thank you.