| GetDefaultReport Method | |
| See Also Example |
- pIReportParams
- Specifies a document type, as well as a user or business partner, for which to retrieve the default report layout.
Retrieves the default report layout for a specific document type.
| Visual Basic |
|---|
Public Function GetDefaultReport( _
ByVal pIReportParams As ReportParams _
) As DefaultReportParams |
- pIReportParams
- Specifies a document type, as well as a user or business partner, for which to retrieve the default report layout.
This method is similar to the GetDefaultReportLayout method, except that this method returns the key to the report layout and not the ReportLayout object for the report layout.
| Getting a report default layout (Visual Basic) | Copy Code | |
|---|---|---|
| ||