Implements Remove(Object).
Namespace:
PerpetuumSoft.Reporting.Data.OlapAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public void Remove( Field value ) |
| Visual Basic (Declaration) |
|---|
Public Sub Remove ( _ value As Field _ ) |
| Visual C++ |
|---|
public: void Remove( Field^ value ) |
Parameters
- value
- Type: PerpetuumSoft.Reporting.Data.Olap..::.Field