GrapeCity ActiveReports for .NET 16.0J
FindName(String) メソッド

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス : FindName(String) メソッド
The name of the requested element.
Finds an element that has the provided identifier name.
シンタックス
'宣言
 
Public Function FindName( _
   ByVal name As String _
) As Object
public object FindName( 
   string name
)

パラメータ

name
The name of the requested element.

戻り値の型

The requested element. This can be null 参照 (Visual Basicでは Nothing) if no matching element was found.
参照

Viewer クラス
Viewer メンバ