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

Get the information related to a report

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

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

Return Value

the report information object

See Also