-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
After getting the Token I am calling the below Method
private static void Test_Export(PBIAPIClient pbic)
{
PBIGroup myGroup = pbic; // "My Workspace"
PBIReport report = myGroup.GetReportByID("a0a9f709-dc56-496e-a409-639b100bc2ab");
report.Export("C:\Sample\MyReport.pdf");
}
I am getting the below error in in GetReportByID
Please find the attachment of the error. Please help me to move to next step.
Metadata
Metadata
Assignees
Labels
No labels
