DocumentMapLabel プロパティ

クライアント UI 内のグループのインスタンスを識別するラベル (検索用にわかりやすいラベルを提供するため)。ReportItem.Label を参照してください。

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

構文

'宣言
Public Property DocumentMapLabel As ReportExpression
    Get
    Set
'使用
Dim instance As Group
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)