Click or drag to resize
ReportGraphInfoProviderDeleteGraphs Method

Note: This API is now obsolete.

Deletes all report graphs in relation to specified report.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete and will be removed.")]
public static void DeleteGraphs(
	int reportId
)

Parameters

reportId
Type: SystemInt32
Report ID
See Also