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

List of projects in a group (used in rdl reports)

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

Syntax

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

Parameters

groupId
Type: System..::.Int32

Return Value

list of available project names in a groups

See Also