次の方法で共有


ReportParameterInfo.Name プロパティ

パラメーターの名前を取得します。読み取り専用です。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)

構文

'宣言
Public ReadOnly Property Name As String
    Get
'使用
Dim instance As ReportParameterInfo
Dim value As String

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

プロパティ値

型: System.String
パラメーターの名前を示す文字列。

関連項目

参照

ReportParameterInfo クラス

Microsoft.Reporting.WinForms 名前空間