[This is preliminary documentation and is subject to change.]
Returns ReportApplication object, sets GeneralObj object with data from database based on report Id.
Namespace:
OfficeClip.DBLayer.ReportsAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public ReportApplication GetRdlReport( string reportId, ReportApplication repApplication, out GeneralObject edtGenObj ) |
Visual Basic (Declaration) |
---|
Public Function GetRdlReport ( _ reportId As String, _ repApplication As ReportApplication, _ <OutAttribute> ByRef edtGenObj As GeneralObject _ ) As ReportApplication |
Visual C++ |
---|
public: ReportApplication^ GetRdlReport( String^ reportId, ReportApplication^ repApplication, [OutAttribute] GeneralObject^% edtGenObj ) |
Parameters
- reportId
- Type: System..::.String
Report Id in RdlReports t-sql table
- repApplication
- Type: OfficeClip.BusinessLayer.Reports..::.ReportApplication
ReportApplication object passed as an argument
- edtGenObj
- Type: OfficeClip.BusinessLayer.Reports..::.GeneralObject%
GeneralObj object as out object