Reports in Report Manager can be modified and configured. The modified report can be exported to a designated location for disaster recovery or to share with others. The complete report information obtained from the Get-ERReport cmdlet is required when performing the export. For more information, see Getting report information.
Import-ERReport [-ReportPath] <String> [[-TargetCategory] <String>] [<CommonParameters>]
In this example, the report is imported to the default category My Reports.
Import-ERReport -ReportPath c:\Report.xrp
In this example, the report is imported to a category named My Reports\Imported.
Export-ERReportDefinition c:\Report.xrd -TargetCategory "My Reports\Imported"
You can generate reports in either PDF or CSV format, with the CSV file as a comma delimited file. Reports can be useful as recordkeeping or for disaster recovery. The complete report information obtained from the Get-ERReport cmdlet is required when performing the export. For more information, see Getting report information.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center