DefaultName 屬性
The default text box name.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property DefaultName As String
Get
Set
'用途
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)
屬性值
型別:System. . :: . .String
A string value.