Textbox.DefaultName Property

Definition

The default text box name.

public:
 property System::String ^ DefaultName { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.DefaultValue("")]
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public string DefaultName { get; set; }
[<System.ComponentModel.DefaultValue("")>]
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.DefaultName : string with get, set
Public Property DefaultName As String

Property Value

A string value.

Attributes

Applies to