Свойство StyleBase.IsCustomControl

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

Gets or sets a value that indicates whether control is a custom control.

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

Синтаксис

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

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

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

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

См. также

Справочник

StyleBase Класс

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