Adds a new fact table to the fact table collection.

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

Syntax

C#
public void AddTable(
	Field field,
	FactTable table
)
Visual Basic (Declaration)
Public Sub AddTable ( _
	field As Field, _
	table As FactTable _
)
Visual C++
public:
void AddTable(
	Field^ field, 
	FactTable^ table
)

Parameters

field
Type: PerpetuumSoft.Reporting.Data.Olap..::.Field
table
Type: FactTable

See Also