PowerTools ActiveReports for .NET 9.0J
GetCustomTypeNameForReportItem メソッド

呼び出し元がカスタムレポートアイテム型を検索しているデザイナのSystem.Type。
指定したReportItemに関連付けられているTypeの値を取得します。
構文
'宣言
 
Public Function GetCustomTypeNameForReportItem( _
   ByVal reportItemType As Type _
) As String
public string GetCustomTypeNameForReportItem( 
   Type reportItemType
)

パラメータ

reportItemType
呼び出し元がカスタムレポートアイテム型を検索しているデザイナのSystem.Type。

戻り値の型

CustomReportItemのRDL要素のType属性値に対して適切な値を返します。
解説
指定したReportItemの型はIReportItemインタフェースを実装します。
参照

関連項目

ReportItemsConfigurationDictionary クラス
ReportItemsConfigurationDictionary メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.