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

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

Parameters

report
Type: CMS.ReportingReportInfo

Return Value

Type: Boolean
See Also