Propriedade do RDL 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
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression
A ReportExpression object.