Udostępnij za pośrednictwem


Textbox.DefaultName Property

The default text box name.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property DefaultName As String 
    Get 
    Set
'Usage
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)

Property Value

Type: System.String
A string value.

See Also

Reference

Textbox Class

Microsoft.ReportingServices.RdlObjectModel Namespace