Свойство ReportItem.IsCustomControl

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets a value that indicates whether the report item is a custom control.

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

Синтаксис

'Декларация
Protected Friend ReadOnly Property IsCustomControl As Boolean 
    Get
'Применение
Dim value As Boolean 

value = Me.IsCustomControl
protected internal bool IsCustomControl { get; }
protected public:
property bool IsCustomControl {
    bool get ();
}
member IsCustomControl : bool
function get IsCustomControl () : boolean

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

Тип: System.Boolean
true if the report item is a custom control; otherwise, false.

См. также

Справочник

ReportItem Класс

Пространство имен Microsoft.ReportingServices.ReportRendering