FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeReportDefinition Method

Removes the report definition.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool removeReportDefinition(
	string reportID
)
Public Function removeReportDefinition ( _
	reportID As String _
) As Boolean
public:
bool^ removeReportDefinition(
	String^ reportID
)

Parameters

reportID
Type: String
The report identifier.

Return Value

true if XXXX, false otherwise.