Propriété DocumentMapLabel
A label to identify an instance of a report item within the client UI, This provides a user-friendly label for searching.
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 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)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression
A ReportExpression object.