次の方法で共有


GetFieldByName メソッド

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Function GetFieldByName ( _
    name As String _
) As Field
'使用
Dim instance As DataSet
Dim name As String
Dim returnValue As Field

returnValue = instance.GetFieldByName(name)
public Field GetFieldByName(
    string name
)
public:
Field^ GetFieldByName(
    String^ name
)
member GetFieldByName : 
        name:string -> Field 
public function GetFieldByName(
    name : String
) : Field

パラメーター

戻り値

型: Microsoft.ReportingServices.RdlObjectModel. . :: . .Field
Field オブジェクトです。