[This is preliminary documentation and is subject to change.]
returns a datarow (contains information stroed in rdlreports table)
Namespace:
OfficeClip.DBLayer.ReportsAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public DataRow GetReportDetails( int reportId ) |
| Visual Basic (Declaration) |
|---|
Public Function GetReportDetails ( _ reportId As Integer _ ) As DataRow |
| Visual C++ |
|---|
public: DataRow^ GetReportDetails( int reportId ) |
Parameters
- reportId
- Type: System..::.Int32
report id in rdlreports t-sql table.
