DocumentMapLabel 屬性

A label to identify an instance of the group within the client UI (to provide a user-friendly label for searching). See 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)