Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets whether labels for the map polygon are displayed.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ShowLabel As ReportEnumProperty(Of MapAutoBool)
Get
'Utilizzo
Dim instance As MapPolygonTemplate
Dim value As ReportEnumProperty(Of MapAutoBool)
value = instance.ShowLabel
public ReportEnumProperty<MapAutoBool> ShowLabel { get; }
public:
property ReportEnumProperty<MapAutoBool>^ ShowLabel {
ReportEnumProperty<MapAutoBool>^ get ();
}
member ShowLabel : ReportEnumProperty<MapAutoBool>
function get ShowLabel () : ReportEnumProperty<MapAutoBool>
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapAutoBool>
A ReportEnumProperty<EnumType> object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering