ReportContent

Top  Previous  Next

ReportContent( aHandle, aUserGroupName, aUserName,

               aProjectName, aStudyName, aReportName, aObjType, aOptions, 

               &aContent, &aErrorMsg )

 

Description: Renders the specified report in the format specified in aOptions.

aHandle The value created in the call to Login().  

aUserGroupName, aUserName - required

The following values specify the location of the report to render:

aProjectName, aStudyName, aReportName, aReportType

aOptions reserved

&aContent The resulting rendered report.  Currently only XAML is supported.

&aErrorMsg is populated only if an error occurred that prevented the function from succeeding.  Otherwise, this parameter is empty.

 

Example: ReportContent( lHandle, "AK@Anchorage", "Beth",

                                      "My Project", "My Study", "My Report", "diagram", "",

                                      lRenderedContent, lErrorMsg );