Udostępnij przez


Właściwość ParameterFieldReference.ParameterName

Pobiera lub ustawia nazwę reprezentująca parametr subskrypcja oparta na danych odwołanie do pole.

Przestrzeń nazw:  ReportService2005
Zestaw:  ReportService2005 (w ReportService2005.dll)

Składnia

'Deklaracja
Public Property ParameterName As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
A ciąg wartości.