microsoft / powerbi-report-authoring

A library for authoring Power BI reports while embedded into your apps. Provides service which makes it easy to change report and visual elements in session. It gives APIs such as creating visual, changing visual properties, etc ...
MIT License
40 stars 18 forks source link

Access textbox value #10

Closed chamilagunawardana closed 2 weeks ago

chamilagunawardana commented 4 years ago

Hello, Im not sure this is issue or not, im try to access textbox value using getCapabilities function. for Textbox its doesn't return dataroles for that. Do we have any other way to get textbox value in power bi report.

Thanks, Chamila.

v-MadhavC commented 3 weeks ago

Textboxes do not have data roles, which is why getCapabilities returns undefined data roles. You can retrieve, set, or reset the visual properties listed in this documentation.