[This is preliminary documentation and is subject to change.]

Removes a report

Namespace:  OfficeClip.DBLayer.Metabase
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void DeleteReport(
	int reportId
)
Visual Basic (Declaration)
Public Sub DeleteReport ( _
	reportId As Integer _
)
Visual C++
public:
void DeleteReport(
	int reportId
)

Parameters

reportId
Type: System..::.Int32
The unique id of the report

See Also