The following example gets the configuration of a report binder.



Code Sample

# Gets the report binder with the specified unique identifier and displays the name and description.

$reportBinder = $reporting.GET_ReportBinder("34d7de3c-ea46-4a66-9cf1-f877605d6cd3");

Write-Host $reportBinder.DisplayName

Write-Host $reportBinder.Description