| GetReportLayout Method | |
| See Also Example |
- pIReportLayoutParams
The key of the report layout to retrieve.
Retrieves a report layout.
| Visual Basic |
|---|
Public Function GetReportLayout( _
ByVal pIReportLayoutParams As ReportLayoutParams _
) As ReportLayout |
- pIReportLayoutParams
The key of the report layout to retrieve.
The report layout with the specified key.
| Getting a report layout (Visual Basic) | Copy Code | |
|---|---|---|
| ||