Propriété DefaultName
The default text box name.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property DefaultName As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
A string value.