Compartir a través de


Group.DocumentMapLabel Propiedad

Gets or sets a label to identify an instance of the group within the client UI (to provide a user-friendly label for searching). See ReportItem.Label

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property DocumentMapLabel As ReportExpression 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

Vea también

Referencia

Group Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel