Click or drag to resize
AbstractReportControlIsValid Method
Check if control is part of givven report.

Namespace: CMS.Reporting.Web.UI
Assembly: CMS.Reporting.Web.UI (in CMS.Reporting.Web.UI.dll) Version: 11.0.0
Syntax
C#
public virtual bool IsValid(
	ReportInfo report
)

Parameters

report
Type: CMS.ReportingReportInfo

Return Value

Type: Boolean
See Also