ReportItem.DocumentMapLabel Property

Definition

Gets or sets a label to identify an instance of a report item within the client UI, This provides a user-friendly label for searching.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression DocumentMapLabel { Microsoft::ReportingServices::RdlObjectModel::ReportExpression get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression DocumentMapLabel { get; set; }
member this.DocumentMapLabel : Microsoft.ReportingServices.RdlObjectModel.ReportExpression with get, set
Public Property DocumentMapLabel As ReportExpression

Property Value

A label to identify an instance of a report item

Applies to