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)