Partilhar via


Propriedade do RDL ShowLabels

Indicates whether labels for the map gridlines are shown.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property ShowLabels As ReportBoolProperty
    Get
'Uso
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