Sql.Net Class Library Documentation

PivotColumnValueCollection.Add Method 

Adds an instance of type PivotColumnValue to the end of this PivotColumnValueCollection.

public virtual void Add(
   PivotColumnValue value
);

Parameters

value
The PivotColumnValue to be added to the end of this PivotColumnValueCollection.

See Also

PivotColumnValueCollection Class | Reeb.Reporting Namespace