Click or drag to resize
ReportTableInfoProviderDeleteTables Method

Note: This API is now obsolete.

Deletes all reportTables 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 DeleteTables(
	int reportId
)

Parameters

reportId
Type: SystemInt32
Report ID
See Also