Condividi tramite


Proprietà ParameterFieldReference.ParameterName

Gets or sets the name of a field reference that represents a parameter for a data-driven subscription.

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
Public Property ParameterName As String 
    Get 
    Set
'Utilizzo
Dim instance As ParameterFieldReference 
Dim value As String 

value = instance.ParameterName

instance.ParameterName = value
public string ParameterName { get; set; }
public:
property String^ ParameterName {
    String^ get ();
    void set (String^ value);
}
member ParameterName : string with get, set
function get ParameterName () : String 
function set ParameterName (value : String)

Valore proprietà

Tipo: System.String
A String value.

Vedere anche

Riferimento

ParameterFieldReference Classe

Spazio dei nomi ReportService2005