Using SharePoint Webparts in PPS
Had a question come up about how to use a SharePoint document library within PPS. Use the following steps to create it.
- Open SharePoint Designer and open your SPS site
- Create an ASP.NET page
- Drag and drop your document library onto the page
- Attach the SPS stylesheet so it looks pretty
- Save it to the document library on the site
- In PPS Designer, create a Web Page Report view and link to that page URL in the SPS document library
- Drag and drop onto your dashboard and publish
Let me know if you have any questions