Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets whether labels for the map polygon are displayed.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ShowLabel As ReportExpression(Of MapAutoBools)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapAutoBools>
A ReportExpression<T> object.