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

List of expense types available for a group (used for rdl reports)

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

Syntax

C#
public DataSet GetExpenseTypesForRdlc(
	int groupId
)
Visual Basic (Declaration)
Public Function GetExpenseTypesForRdlc ( _
	groupId As Integer _
) As DataSet
Visual C++
public:
DataSet^ GetExpenseTypesForRdlc(
	int groupId
)

Parameters

groupId
Type: System..::.Int32

Return Value

List of exepense types in Dataset

See Also