Forum Discussion

luojiandanPBI's avatar
2 years ago
Solved

how to get default background color?

how to get default background color?

thank you for your help.

 

  • Hi luojiandanPBI,

     

    It's not possible to obtain the details on the background color of the container. I have previously asked for this, but MS has declined to implement it. If more developers request it, it may suggest a greater need for this in the community.

     

    Bear in mind that the report canvas may have a specific color applied, and the visual container won't know about this, so it wouldn't be entirely foolproof.

     

    Regards,

     

    Daniel

7 Replies

  • dm-p's avatar
    dm-p
    Super User

    Hi luojiandanPBI,

     

    It's not possible to obtain the details on the background color of the container. I have previously asked for this, but MS has declined to implement it. If more developers request it, it may suggest a greater need for this in the community.

     

    Bear in mind that the report canvas may have a specific color applied, and the visual container won't know about this, so it wouldn't be entirely foolproof.

     

    Regards,

     

    Daniel

  • Please provide a more detailed explanation of what you are aiming to achieve. What have you tried and where are you stuck?

    • luojiandanPBI's avatar
      luojiandanPBI
      Helper I

      thank you for reply.

      I want to add watermark for custom visual.

      and I try this,but false.

      this.settings = Visual.parseSettings(options && options.dataViews && options.dataViews[0]);
      console.log("objects:",options.dataViews[0].metadata.objects);
      console.log("default bgColor:",options.dataViews[0].metadata.objects['style'].backgroundColor);

       

    • lbendlin's avatar
      lbendlin
      Super User

      Unfortunately this is outside my area of expertise. I hope someone else can help you further.