FlexReport for WinForms
CalculateValue メソッド


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > PictureHolder クラス : CalculateValue メソッド
The FlexReport object in context of which this PictureHolder object is used.
The C1.Document.Dictionary object which should be used to hold "constant" images like logos, can be null in this case image will not be added to dictionary.
Calculates image referenced by this PictureHolder. Called during report rendering.
シンタックス
'宣言
 
Public Sub CalculateValue( _
   ByVal report As FlexReport, _
   ByVal dictionary As Dictionary _
) 
'使用法
 
Dim instance As PictureHolder
Dim report As FlexReport
Dim dictionary As Dictionary
 
instance.CalculateValue(report, dictionary)
public void CalculateValue( 
   FlexReport report,
   Dictionary dictionary
)

パラメータ

report
The FlexReport object in context of which this PictureHolder object is used.
dictionary
The C1.Document.Dictionary object which should be used to hold "constant" images like logos, can be null in this case image will not be added to dictionary.
参照

参照

PictureHolder クラス
PictureHolder メンバ