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

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

Syntax

C#
public void InsOrUpdRdlSchedule(
	int report_id,
	string report_name,
	int totalValue,
	string toAddress,
	string exportFormat,
	int primaryId,
	int secondaryId
)
Visual Basic (Declaration)
Public Sub InsOrUpdRdlSchedule ( _
	report_id As Integer, _
	report_name As String, _
	totalValue As Integer, _
	toAddress As String, _
	exportFormat As String, _
	primaryId As Integer, _
	secondaryId As Integer _
)
Visual C++
public:
void InsOrUpdRdlSchedule(
	int report_id, 
	String^ report_name, 
	int totalValue, 
	String^ toAddress, 
	String^ exportFormat, 
	int primaryId, 
	int secondaryId
)

Parameters

report_id
Type: System..::.Int32
report_name
Type: System..::.String
totalValue
Type: System..::.Int32
toAddress
Type: System..::.String
exportFormat
Type: System..::.String
primaryId
Type: System..::.Int32
secondaryId
Type: System..::.Int32

See Also