[This is preliminary documentation and is subject to change.]
List of Accounts in a particular group (used in rdl reports)
Namespace:
OfficeClip.DBLayer.AccountAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DataSet GetAccountsForRdlc( int groupId ) |
Visual Basic (Declaration) |
---|
Public Function GetAccountsForRdlc ( _ groupId As Integer _ ) As DataSet |
Visual C++ |
---|
public: DataSet^ GetAccountsForRdlc( int groupId ) |
Parameters
- groupId
- Type: System..::.Int32