FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..createReportDefinition Method

Creates the update report definition.

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

Syntax


public bool createReportDefinition(
	ref string rReportDefID,
	string rReportName,
	string sDefXML
)
Public Function createReportDefinition ( _
	ByRef rReportDefID As String, _
	rReportName As String, _
	sDefXML As String _
) As Boolean
public:
bool^ createReportDefinition(
	String^% rReportDefID, 
	String^ rReportName, 
	String^ sDefXML
)

Parameters

rReportDefID
Type: String%
The r report definition identifier.
rReportName
Type: String
Name of the r report.
sDefXML
Type: String
The s definition XML.

Return Value

true if XXXX, false otherwise.