The following example creates a new report binder.



Code Sample

# Creates a new report binder in the report folder with the specified identifier and displays the identifier of the newly created report binder.

$newIdentifier = $reporting.DO_CreateReportBinder("e5cf10bc-a9e0-446e-b049-e06937213615");

Write-Host $newIdentifier