[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, string filterXml, Criteria criteria, bool isPrivate, bool isOwner, string description, string selectString, string filterString, int currentUserId ) |
Visual Basic (Declaration) |
---|
Public Function ModifyReport ( _ me As MetaConstants..::.MetaEntity, _ externalKey As Integer, _ reportId As Integer, _ reportName As String, _ filterXml As String, _ criteria As Criteria, _ isPrivate As Boolean, _ isOwner As Boolean, _ description As String, _ selectString As String, _ filterString As String, _ currentUserId As Integer _ ) As Integer |
Visual C++ |
---|
public: int ModifyReport( MetaConstants..::.MetaEntity me, int externalKey, int reportId, String^ reportName, String^ filterXml, Criteria^ criteria, bool isPrivate, bool isOwner, String^ description, String^ selectString, String^ filterString, int currentUserId ) |
Parameters
- me
- Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The metaentity
- externalKey
- Type: System..::.Int32
The id of teh group
- reportId
- Type: System..::.Int32
The unique id of the report
- reportName
- Type: System..::.String
The name of the report
- filterXml
- Type: System..::.String
The filter xml string
- 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
- selectString
- Type: System..::.String
The select string that shows what fields are to be shown on the output
- filterString
- Type: System..::.String
The filter string
- currentUserId
- Type: System..::.Int32
The unique id of the current user