[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
)
Visual Basic (Declaration)
Public Function GetReportInfo ( _
	reportId As Integer _
) As MetaReportInfo
Visual C++
public:
MetaReportInfo^ GetReportInfo(
	int reportId
)

Parameters

reportId
Type: System..::.Int32
The unique id of the report

Return Value

the report information object

See Also