This example illustrates how to dynamically create a custom report based on PivotGridControl content.
It also implements the following suggestions:
S130430
S91257
AS9011
and the S18650 suggestion for printing facilities.
Example Comments
Added By: Darshan Bansal at: 5/21/2013 2:50:18 PM
Hello,
We are trying to implement this in our pivotgrid... we are getting an error under method FillDatasetColumns. We are getting an object reference not set to an instance of an object at line "tempColumnText +=pcea.GetFieldvalue(field).ToString()+ " | " Do not know what would be causing this??
Added By: AntonyC at: 7/31/2013 5:30:20 AMWould this allow for the export of a chart linked to the PivotGrid control?