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.
それに関連する各人の写真をrdlcレポートに表示しようとしています。イメージを使用して、そのソースをデータベースに設定してみました。
rdlc
しかし、それは機能していません。画像をSQLiteデータベースにBLOB形式で保存しました。どうすればそれを達成できますか?
SQLite
BLOB
*.rdlc [デザイン] で、画像を表示する列のテキスト ボックスを削除し、ツールボックスから画像コントロールを挿入します。
画像をそのセルにドラッグすると、Image Propertiesダイアログが表示されます。Databaseforを選択Select the image sourceし、適切なフィールドと MIME タイプを選択します。
Image Properties
Database
Select the image source