次の方法で共有


DataValue.Name プロパティ

データ値の名前を取得または設定します。

名前空間:  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)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
ReportExpression オブジェクト。

関連項目

参照

DataValue クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間