R
Robin Bonin
Hi,
I have a Pivot table that I created in a code behind file like this.
myPivot = New OWC10.PivotTable
I then assigned a data source and other properties to it. Now I'm
trying to find out how to render this control. The closest that I have
come is using the HTMLData property, but the control needs to be
interactive.
As an alternative, I created the control on the asp.net page, but
couldn't create a refrence to it in the code behind.
I would like the user to specify a date range for the datasource, so I
need to be able to dynamicly define the sql commands.
Thanks
Robin
I have a Pivot table that I created in a code behind file like this.
myPivot = New OWC10.PivotTable
I then assigned a data source and other properties to it. Now I'm
trying to find out how to render this control. The closest that I have
come is using the HTMLData property, but the control needs to be
interactive.
As an alternative, I created the control on the asp.net page, but
couldn't create a refrence to it in the code behind.
I would like the user to specify a date range for the datasource, so I
need to be able to dynamicly define the sql commands.
Thanks
Robin