Skip to content

Need help in Export report  #18

@phaniraj-t

Description

@phaniraj-t

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.

ErrorWhileExport

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions