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

Modify the report

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

Syntax

C#
public int ModifyReport(
	MetaConstants..::.MetaEntity me,
	int externalKey,
	int reportId,
	string reportName,
	ExtMF 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 ExtMF, _
	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, 
	ExtMF^ mFilter, 
	Criteria^ criteria, 
	bool isPrivate, 
	bool isOwner, 
	String^ description, 
	int currentUserId
)

Parameters

me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The metaentity
externalKey
Type: System..::.Int32
The unique id of the group
reportId
Type: System..::.Int32
The unique id of the report
reportName
Type: System..::.String
The name of the report
mFilter
Type: OfficeClip.BusinessLayer.Metabase.Filter..::.ExtMF
The filter object
criteria
Type: OfficeClip.BusinessLayer.Metabase.Filter..::.Criteria
The filter criteria object
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

Return Value

0 if successful

See Also