Help - Search - Members - Calendar
Full Version: Picture Problem
Fast Reports forum > Fast Reports Products > FastReport Studio
ferryman
How do assign Visual Studio 2005/VB.NET PcitureBox image to TfrxPictureView

pic = frx.FindObject("picModel")
pic.Picture = picLarge.Handle
frx.ShowReport()

This code unable assign image to report.
ferryman
I have got answer.

Dim ms As New MemoryStream

picLarge.Image.Save(ms, Imaging.ImageFormat.Jpeg)
pic = .FindObject("picModel")
pic.LoadViewFromStream(ms)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.