'宣言 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.