Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Stimulreport を使用してレポートを作成しましたが、データベースから取得した画像をレポートに表示したいと考えています。
画像は byte[] 形式です。
どうすればいいですか?
ありがとう。
Image コンポーネントの ImageData プロパティで次の式を使用できます。
{StiImageHelper.GetImageFromObject(your_byte_array)}