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

A report present in rdlreports table is updated with new information based on reportId.

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

Syntax

C#
public void UpdateRdlReport(
	GeneralObject generalObject,
	ReportApplication appObject,
	string valString,
	string reportId,
	int userId
)
Visual Basic (Declaration)
Public Sub UpdateRdlReport ( _
	generalObject As GeneralObject, _
	appObject As ReportApplication, _
	valString As String, _
	reportId As String, _
	userId As Integer _
)
Visual C++
public:
void UpdateRdlReport(
	GeneralObject^ generalObject, 
	ReportApplication^ appObject, 
	String^ valString, 
	String^ reportId, 
	int userId
)

Parameters

generalObject
Type: OfficeClip.BusinessLayer.Reports..::.GeneralObject
GeneralObj object
appObject
Type: OfficeClip.BusinessLayer.Reports..::.ReportApplication
ReportApplication object
valString
Type: System..::.String
string of filter values
reportId
Type: System..::.String
report id is passed as parameter
userId
Type: System..::.Int32
userId (unique)

See Also