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

Gets the report type size. This is used for rendering the report

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

Syntax

C#
public static int GetReportTypeSize(
	MetaConstants..::.MetaType mt
)
Visual Basic (Declaration)
Public Shared Function GetReportTypeSize ( _
	mt As MetaConstants..::.MetaType _
) As Integer
Visual C++
public:
static int GetReportTypeSize(
	MetaConstants..::.MetaType mt
)

Parameters

mt
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaType
The meta type for the report

Return Value

The type size of the report

See Also