I'm trying to create a JIT pivotviewer and I have been kinda struggling a bit. Could someone clear my confusion on how the cxml is dynamically created? Also how should the information be set up for me to request it? I currently have it sitting inside of my database, do I need to create an xml doc for it to load from or can it pull it straight from the db?
|
feedback
|
|
For building a JIT PivotViewer collection you start by downloading the JIT example built by Microsoft. Look around in the solution, when getting started the most important bit is the Your custom collectionfactory extends the
the class needs to implement the
Now to use this collection and see it in action, you need to provide the default.aspx
| |||||||||||
feedback
|