ReportItem.IsCustomControl 属性

定义

获取一个值,该值指示报表项是否为自定义控件。

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

属性值

如果该报表项是自定义控件,则为 true;否则为 false

适用于