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

Gets the arguments of the report. Also gets the report title

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,
	string reportDiskPath
)
Visual Basic (Declaration)
Public Function GetArguments ( _
	reportId As Integer, _
	ByRef reportTitle As String, _
	reportDiskPath As String _
) As DataTable
Visual C++
public:
DataTable^ GetArguments(
	int reportId, 
	String^% reportTitle, 
	String^ reportDiskPath
)

Parameters

reportId
Type: System..::.Int32
The id of the report
reportTitle
Type: System..::.String%
The title to be shown inside the report
reportDiskPath
Type: System..::.String
The path of the report on the disk

Return Value

Returns a datatable containing two columns label and type. An empty table is returned if there are no arguments

See Also