GrapeCity ActiveReports for .NET 16.0J
TryFindResource メソッド

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス : TryFindResource メソッド
The key identifier of the resource to be found.
Searches for a resource with the specified key, and returns that resource if found.
シンタックス
'宣言
 
Public Function TryFindResource( _
   ByVal resourceKey As Object _
) As Object
public object TryFindResource( 
   object resourceKey
)

パラメータ

resourceKey
The key identifier of the resource to be found.

戻り値の型

The found resource, or null 参照 (Visual Basicでは Nothing) if no resource with the provided key is found.
参照

Viewer クラス
Viewer メンバ