Compartilhar via


Propriedade do RDL MapGridLines.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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Consulte também

Referência

MapGridLines Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering