It is used by the application services component. This component is created directly using the DSSApplicationServices CLSID (class id). It exposes a number of useful features of the API that do not belong on any particular component.
Public Member Functions | |
| HRESULT | FindDependentColumns ([in] IDSSObjectInfo *pObject,[out, retval] SAFEARRAY(VARIANT)*pColumns) |
| Find the columns and tables this object uses as a 2-D safe array. | |
| HRESULT | PropertyHelper ([out, retval] IDSSPropertyHelper ppPropertyHelper) |
| Get interface to component that understands overriding between extended properties. | |
|
||||||||||||
|
Find the columns and tables this object uses as a 2-D safe array.
|
|
|
Get interface to component that understands overriding between extended properties. When running a report there are something like eight different places from which extended property information could be drawn. This interface helps applications to navigate through all of these places. For a specific object on a report instance it can show: -
|