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

Deletes a row from rdlreports table where report id equals the parameter passed.

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

Syntax

C#
public void DeleteRdlReport(
	string reportId
)
Visual Basic (Declaration)
Public Sub DeleteRdlReport ( _
	reportId As String _
)
Visual C++
public:
void DeleteRdlReport(
	String^ reportId
)

Parameters

reportId
Type: System..::.String
report id is passed as parameter

See Also