Condividi tramite


Proprietà IParameter.Name

Gets the value that specifies the name of the parameter.

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Sintassi

'Dichiarazione
ReadOnly Property Name As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
A value that specifies the name of the parameter.

Vedere anche

Riferimento

IParameter Interfaccia

Spazio dei nomi Microsoft.ReportingServices.Interfaces