Propriété 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
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property DocumentMapLabel As ReportExpression
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression
A ReportExpression object.