Propriété Label
Gets or sets the label text for the spatial elements to which the spatial element template is applied.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property Label As ReportExpression
Get
Set
'Utilisation
Dim instance As MapSpatialElementTemplate
Dim value As ReportExpression
value = instance.Label
instance.Label = value
public ReportExpression Label { get; set; }
public:
property ReportExpression Label {
ReportExpression get ();
void set (ReportExpression value);
}
member Label : ReportExpression with get, set
function get Label () : ReportExpression
function set Label (value : ReportExpression)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression
A ReportExpression object.