Свойство Visible
Gets the calculated value of the Visible property in a ChartDataLabel class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Visible As Boolean
Get
'Применение
Dim instance As ChartDataLabelInstance
Dim value As Boolean
value = instance.Visible
public bool Visible { get; }
public:
property bool Visible {
bool get ();
}
member Visible : bool
function get Visible () : boolean
Значение свойства
Тип: System. . :: . .Boolean
A Boolean value that represents the calculated value of the Visible property.