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

Gets the arguments of the report

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

Syntax

C#
public DataTable GetArguments(
	int reportId,
	ref string reportTitle
)
Visual Basic (Declaration)
Public Function GetArguments ( _
	reportId As Integer, _
	ByRef reportTitle As String _
) As DataTable
Visual C++
public:
DataTable^ GetArguments(
	int reportId, 
	String^% reportTitle
)

Parameters

reportId
Type: System..::.Int32
The unique id of the report
reportTitle
Type: System..::.String%
The report title

Return Value

Table with report arguments

See Also