Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets whether labels for the map polygon are displayed.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property ShowLabel As ReportExpression(Of MapAutoBools)
Get
Set
'Utilisation
Dim instance As MapPolygonTemplate
Dim value As ReportExpression(Of MapAutoBools)
value = instance.ShowLabel
instance.ShowLabel = value
public ReportExpression<MapAutoBools> ShowLabel { get; set; }
public:
property ReportExpression<MapAutoBools> ShowLabel {
ReportExpression<MapAutoBools> get ();
void set (ReportExpression<MapAutoBools> value);
}
member ShowLabel : ReportExpression<MapAutoBools> with get, set
function get ShowLabel () : ReportExpression<MapAutoBools>
function set ShowLabel (value : ReportExpression<MapAutoBools>)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapAutoBools>
A ReportExpression<T> object.