[This is preliminary documentation and is subject to change.]
Modifies the report
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int ModifyReport( MetaConstants..::.MetaEntity me, int externalKey, int reportId, string reportName, MF mFilter, Criteria criteria, bool isPrivate, bool isOwner, string description, int currentUserId ) |
Visual Basic (Declaration) |
---|
Public Function ModifyReport ( _ me As MetaConstants..::.MetaEntity, _ externalKey As Integer, _ reportId As Integer, _ reportName As String, _ mFilter As MF, _ criteria As Criteria, _ isPrivate As Boolean, _ isOwner As Boolean, _ description As String, _ currentUserId As Integer _ ) As Integer |
Visual C++ |
---|
public: int ModifyReport( MetaConstants..::.MetaEntity me, int externalKey, int reportId, String^ reportName, MF^ mFilter, Criteria^ criteria, bool isPrivate, bool isOwner, String^ description, int currentUserId ) |
Parameters
- me
- Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity
- externalKey
- Type: System..::.Int32
The unique id of the group
- reportId
- Type: System..::.Int32
The unique id of teh report
- reportName
- Type: System..::.String
The name of the report
- mFilter
- Type: OfficeClip.BusinessLayer.Metabase.Filter..::.MF
The filter object
- criteria
- Type: OfficeClip.BusinessLayer.Metabase.Filter..::.Criteria
The filter criteria
- isPrivate
- Type: System..::.Boolean
true if private
- isOwner
- Type: System..::.Boolean
true if owner
- description
- Type: System..::.String
The description of the report
- currentUserId
- Type: System..::.Int32
The unique id of the current user