Свойство IParameter.Name

Gets the value that specifies the name of the parameter.

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборки:   Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)

Синтаксис

'Декларация
ReadOnly Property Name As String 
    Get
'Применение
Dim instance As IParameter 
Dim value As String 

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

Значение свойства

Тип: System.String
A value that specifies the name of the parameter.

См. также

Справочник

IParameter Интерфейс

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