GrapeCity ActiveReports for .NET 14.0J
PictureAlignment プロパティ (Picture)
使用例 

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > Picture クラス : PictureAlignment プロパティ
コントロール領域内の画像の位置を取得または設定します。
シンタックス
'宣言
 
Public Property PictureAlignment As PictureAlignment
public PictureAlignment PictureAlignment {get; set;}

プロパティ値

画像の配置を指定する PictureAlignment の列挙メンバ。

使用例
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.picture1.PictureAlignment = PictureAlignment.Center;
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
   Me.Picture1.PictureAlignment = PictureAlignment.Center
End Sub
参照

Picture クラス
Picture メンバ