GrapeCity ActiveReports for .NET 14.0J
GetImage メソッド (DataVisualizerInfoExtensions)

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.ReportsCore.Tools 名前空間 > DataVisualizerInfoExtensions クラス : GetImage メソッド
ビジュアライザー情報。
幅(ピクセル単位)。
高さ(ピクセル単位)。
水平方向の解像度。
垂直方向の解像度
Background rendering mode.
PNG画像として取得します。
シンタックス
'宣言
 
Public Shared Function GetImage( _
   ByVal buffer As GrapeCity.ActiveReports.Rendering.GraphicalRenderers.DataVisualizerInfo, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal dpiX As Single, _
   ByVal dpiY As Single, _
   Optional ByVal repeatOption As Nullable(Of BackgroundRepeatOption) _
) As GrapeCity.ActiveReports.Extensibility.Rendering.ImageInfo
public static GrapeCity.ActiveReports.Extensibility.Rendering.ImageInfo GetImage( 
   GrapeCity.ActiveReports.Rendering.GraphicalRenderers.DataVisualizerInfo buffer,
   int width,
   int height,
   float dpiX,
   float dpiY,
   Nullable<BackgroundRepeatOption> repeatOption
)

パラメータ

buffer
ビジュアライザー情報。
width
幅(ピクセル単位)。
height
高さ(ピクセル単位)。
dpiX
水平方向の解像度。
dpiY
垂直方向の解像度
repeatOption
Background rendering mode.
参照

DataVisualizerInfoExtensions クラス
DataVisualizerInfoExtensions メンバ