Proprietà ReportItem.DocumentMapLabel

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.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property DocumentMapLabel As ReportExpression 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A label to identify an instance of a report item

Vedere anche

Riferimento

ReportItem Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel