Partager via


Propriété ShowLabels

Indicates whether labels for the map gridlines are shown.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ShowLabels As ReportBoolProperty
    Get
'Utilisation
Dim instance As MapGridLines
Dim value As ReportBoolProperty

value = instance.ShowLabels
public ReportBoolProperty ShowLabels { get; }
public:
property ReportBoolProperty^ ShowLabels {
    ReportBoolProperty^ get ();
}
member ShowLabels : ReportBoolProperty
function get ShowLabels () : ReportBoolProperty