How can I get my form to objects in the report?
How can I get my form to objects in the report?
hi.
How can I get my form to objects in the report?
thanks..
How can I get my form to objects in the report?
thanks..
How can I get my form to objects in the report?
Hello,
Can you explain your question in more details?
Thank you.
Can you explain your question in more details?
Thank you.
How can I get my form to objects in the report?
Jan wrote:Hello,
Can you explain your question in more details?
Thank you.
hello
Add to reports form the image object with the help of my pictures I want to add the button.
thanks ...
How can I get my form to objects in the report?
Hello,
You can use Image component to show images in your report. Please check Demo application from standard delivery, Images report.
Thank you.
You can use Image component to show images in your report. Please check Demo application from standard delivery, Images report.
Thank you.
How can I get my form to objects in the report?
helloJan wrote:Hello,
You can use Image component to show images in your report. Please check Demo application from standard delivery, Images report.
Thank you.
Well, this image of my form, how do I take pictures ...
examples code ?
How can I get my form to objects in the report?
Hello,
You can use following code before report rendering:
Thank you.
You can use following code before report rendering:
Code: Select all
Stimulsoft.Report.Components.StiImage image = report.GetComponentByName("Image1") as Stimulsoft.Report.Components.StiImage;
image.Image = myImage;
How can I get my form to objects in the report?
helloJan wrote:Hello,
You can use following code before report rendering:
Thank you.Code: Select all
Stimulsoft.Report.Components.StiImage image = report.GetComponentByName("Image1") as Stimulsoft.Report.Components.StiImage; image.Image = myImage;
I put the images in advance ..
thanks ...