次の方法で共有


ReportItem.DocumentMapLabel プロパティ

クライアント UI 内のレポート アイテムのインスタンスを識別するラベルを取得または設定します。これにより、検索用にわかりやすいラベルを提供します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property DocumentMapLabel As ReportExpression 
    Get 
    Set
'使用
Dim instance As ReportItem 
Dim value As ReportExpression 

value = instance.DocumentMapLabel

instance.DocumentMapLabel = value
public ReportExpression DocumentMapLabel { get; set; }
public:
property ReportExpression DocumentMapLabel {
    ReportExpression get ();
    void set (ReportExpression value);
}
member DocumentMapLabel : ReportExpression with get, set
function get DocumentMapLabel () : ReportExpression 
function set DocumentMapLabel (value : ReportExpression)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
レポート アイテムのインスタンスを識別するラベル。

関連項目

参照

ReportItem クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間