Get-NectarReportPreview
- 22 Jul 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-NectarReportPreview
- Updated on 22 Jul 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Gets information about the report widgets used for a given report
Syntax
Get-NectarReportPreview
-ID <Int32>
-TenantName <String>
Examples
Example 1
Get-NectarReportPreview -ID 31
Returns information about the report with ID 31
Parameters
-ID <Int32>
The numeric ID of the report to get information about
Parameter | Value |
---|---|
Required | true |
Position | 1 |
Required | true |
Default Value | 0 |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-TenantName <String>
The name of the Nectar DXP tenant. Used in multi-tenant configurations.
Parameter | Value |
---|---|
Required | false |
Position | 2 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
Was this article helpful?