How to render a dynamicly generated Pivot Table w/ asp.net

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top