Returns the fact table by the given parameter.

Namespace:  PerpetuumSoft.Reporting.Data.Olap
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public FactTable GetTable(
	Field field
)
Visual Basic (Declaration)
Public Function GetTable ( _
	field As Field _
) As FactTable
Visual C++
public:
FactTable^ GetTable(
	Field^ field
)

See Also