Udostępnij przez


Właściwość Textbox.DefaultName

Domyślną nazwę pola tekstowego.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property DefaultName As String
    Get
    Set
'Użycie
Dim instance As Textbox
Dim value As String

value = instance.DefaultName

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

Wartość właściwości

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