Compartir a través de


MapGridLinesInstance.ShowLabels Propiedad

Gets the calculated value of the ShowLabels property in a MapGridLines class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property ShowLabels As Boolean 
    Get
'Uso
Dim instance As MapGridLinesInstance 
Dim value As Boolean 

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

Valor de la propiedad

Tipo: System.Boolean
A Boolean value that represents the calculated value of the ShowLabels property.

Vea también

Referencia

MapGridLinesInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering