FlexReport for WinForms
Picture プロパティ (Field)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > Field クラス : Picture プロパティ
Gets or sets a picture to display on the field.
シンタックス
'宣言
 
Public Property Picture As System.Object
'使用法
 
Dim instance As Field
Dim value As System.Object
 
instance.Picture = value
 
value = instance.Picture
public System.object Picture {get; set;}
解説

You may set this property to three types of object:

1) Regular .NET GrapeCity.Documents.Drawing.IImage objects.

2) Strings containing image file names or Urls.

3) Strings containing names of image fields in the report data source.

Options 1 and 2 are used to create unbound images, such as logos. These images do not depend on the report data.

Option 3 is used to create bound images, such as product or employee pictures. These are images stored with the report data.

参照

参照

Field クラス
Field メンバ
PictureAlign プロパティ
PictureScale プロパティ