Does anyone know where or how I can get a complete list of the Crystal RDC Object Model? I'm trying to create an ASP page that will allow users to sort or filter an existing report while it's displayed in the browser. Similar to using a data grid and clicking on the column headings to sort...except using an HREF to change sort fields/filters. I have some code snippets from the Crystal Knowlege base and the RDC help files... but that only gives me bits and pieces of what I need to know (i.e. the collections/objects I need to access). For example, they show how to list all the fields in the tables in a report, but not how to list only the ones used in the report. Any help/advice (besides drinking heavily) would be appreciated!