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

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス : FindResource メソッド
The key identifier for the requested resource.
Searches for a resource with the specified key, and throws an exception if the requested resource is not found.
シンタックス
'宣言
 
Public Function FindResource( _
   ByVal resourceKey As Object _
) As Object
public object FindResource( 
   object resourceKey
)

パラメータ

resourceKey
The key identifier for the requested resource.

戻り値の型

The requested resource. If no resource with the provided key was found, an exception is thrown. An System.Windows.DependencyProperty.UnsetValue value might also be returned in the exception case.
例外
例外解説
resourceKey was not found and an event handler does not exist for the System.Windows.Threading.Dispatcher.UnhandledException event.-or- resourceKey was not found and the System.Windows.Threading.DispatcherUnhandledExceptionEventArgs.Handled property is false in the System.Windows.Threading.Dispatcher.UnhandledException event.
resourceKey is null 参照 (Visual Basicでは Nothing).
参照

Viewer クラス
Viewer メンバ