Udostępnij za pośrednictwem


Właściwość ReportItem.DocumentMapLabel

Etykieta, aby zidentyfikować wystąpienie element raportu w interfejsie użytkownika klient zapewnia przyjazny etykiety dla wyszukiwania.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property DocumentMapLabel As ReportExpression
    Get
    Set
'Użycie
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)