Name 屬性
Gets the name of the data value.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property Name As ReportExpression
Get
Set
'用途
Dim instance As DataValue
Dim value As ReportExpression
value = instance.Name
instance.Name = value
public ReportExpression Name { get; set; }
public:
property ReportExpression Name {
ReportExpression get ();
void set (ReportExpression value);
}
member Name : ReportExpression with get, set
function get Name () : ReportExpression
function set Name (value : ReportExpression)