次の方法で共有


QueryParameter.GetReportParameterName メソッド

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

レポート パラメーターの名前を取得します。

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

構文

'宣言
Public Function GetReportParameterName As String
'使用
Dim instance As QueryParameter 
Dim returnValue As String 

returnValue = instance.GetReportParameterName()
public string GetReportParameterName()
public:
String^ GetReportParameterName()
member GetReportParameterName : unit -> string
public function GetReportParameterName() : String

戻り値

型: System.String
レポート パラメーターの名前です。

関連項目

参照

QueryParameter クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間