[This is preliminary documentation and is subject to change.]
            Get the information related to a report
            
    Namespace: 
   OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
 Syntax
Syntax
| C# | 
|---|
| public MetaReportInfo GetReportInfo( int reportId, bool isExternal ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function GetReportInfo ( _ reportId As Integer, _ isExternal As Boolean _ ) As MetaReportInfo | 
| Visual C++ | 
|---|
| public: MetaReportInfo^ GetReportInfo( int reportId, bool isExternal ) | 
Parameters
- reportId
- Type: System..::.Int32
 The unique id of the report
- isExternal
- Type: System..::.Boolean
 true if it is an external report






