Partager via


Propriété ShowLabels

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

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

Syntaxe

'Déclaration
Public ReadOnly Property ShowLabels As Boolean
    Get
'Utilisation
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

Valeur de propriété

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