Свойство ShowLabels

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property ShowLabels As Boolean
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .Boolean
A Boolean value that represents the calculated value of the ShowLabels property.