Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do we pass localeSettings to embed report #20

Open
srinivasan-chandrasekaran opened this issue May 11, 2020 · 4 comments
Open

How do we pass localeSettings to embed report #20

srinivasan-chandrasekaran opened this issue May 11, 2020 · 4 comments

Comments

@srinivasan-chandrasekaran

Hi,

As part of embedded report, need to pass localeSettings property with language and formatLocale options. Currently i dont see any such options been exposed as part of the documentation or code?

@howlowck
Copy link
Owner

I'm doing some work that will allow for all the configuration to be passed through.

@howlowck
Copy link
Owner

@csrinivasan80 I implemented the changes to allow any settings to pass through. you can now set it like so..

<PowerbiEmbedded
     settings={{
        localeSettings: {
           formatLocale: ...
        }
      }}
   />

@howlowck
Copy link
Owner

Make sure you upgrade to 0.7.*

@srinivasan-chandrasekaran
Copy link
Author

Thanks @howlowck , last week moved to powerbi-client. will update it later. Thanks for quick change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants