Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.