次の方法で共有


ReportParameter.Name プロパティ

パラメーターの名前を取得または設定します。

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

構文

'宣言
Public Property Name As String
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

プロパティ値

型 : String
文字列 値。

参照

関連項目

ReportParameter クラス

Microsoft.Reporting.WebForms 名前空間