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

Returns DataRow containing the details of scheduled RDL Report

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

Syntax

C#
public DataRow GetRdlSchedule(
	int report_id
)
Visual Basic (Declaration)
Public Function GetRdlSchedule ( _
	report_id As Integer _
) As DataRow
Visual C++
public:
DataRow^ GetRdlSchedule(
	int report_id
)

Parameters

report_id
Type: System..::.Int32
Report Id in RdlReports t-sql table

Return Value

Returns DataRow containins details of scheduled RDL Report

See Also