ReportItem.IsCustomControl Property

Definition

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

protected public:
 property bool IsCustomControl { bool get(); };
protected internal bool IsCustomControl { get; }
member this.IsCustomControl : bool
Protected Friend ReadOnly Property IsCustomControl As Boolean

Property Value

true if the report item is a custom control; otherwise, false.

Applies to