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

Gets the report data

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

Syntax

C#
public DataSet GetReportData(
	int groupId,
	int reportId,
	string arg1,
	string arg2,
	string arg3,
	string arg4,
	ref string path,
	ref string name
)
Visual Basic (Declaration)
Public Function GetReportData ( _
	groupId As Integer, _
	reportId As Integer, _
	arg1 As String, _
	arg2 As String, _
	arg3 As String, _
	arg4 As String, _
	ByRef path As String, _
	ByRef name As String _
) As DataSet
Visual C++
public:
DataSet^ GetReportData(
	int groupId, 
	int reportId, 
	String^ arg1, 
	String^ arg2, 
	String^ arg3, 
	String^ arg4, 
	String^% path, 
	String^% name
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group
reportId
Type: System..::.Int32
The unique id of the report
arg1
Type: System..::.String
The first argument
arg2
Type: System..::.String
The second argument
arg3
Type: System..::.String
The third argument
arg4
Type: System..::.String
The forth argument
path
Type: System..::.String%
The return path
name
Type: System..::.String%
The return name

Return Value

Returns the report data in the dataset

See Also