Click or drag to resize
ReportGraphInfoProviderDeleteReportGraphInfo Method (ReportGraphInfo)
Deletes specified report graph.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
public static void DeleteReportGraphInfo(
	ReportGraphInfo reportGraphObj
)

Parameters

reportGraphObj
Type: CMS.ReportingReportGraphInfo
ReportGraph object
See Also