Поделиться через


Метод QueryParameter.GetReportParameterName

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets the name of the report parameter.

Пространство имен:  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
The name of the report parameter.

См. также

Справочник

QueryParameter Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel