You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Defined in <ahref="https://github.com/Microsoft/PowerBI-JavaScript/blob/cd5b8d6/src/page.ts#L44">src/page.ts:44</a></li>
183
+
<li>Defined in <ahref="https://github.com/Microsoft/PowerBI-JavaScript/blob/cba63db/src/page.ts#L43">src/page.ts:43</a></li>
186
184
</ul>
187
185
</aside>
188
186
<divclass="tsd-comment tsd-typography">
@@ -203,7 +201,7 @@ <h3>name</h3>
203
201
<asideclass="tsd-sources">
204
202
<p>Implementation of <ahref="../interfaces/_src_page_.ipagenode.html">IPageNode</a>.<ahref="../interfaces/_src_page_.ipagenode.html#name">name</a></p>
205
203
<ul>
206
-
<li>Defined in <ahref="https://github.com/Microsoft/PowerBI-JavaScript/blob/cd5b8d6/src/page.ts#L37">src/page.ts:37</a></li>
204
+
<li>Defined in <ahref="https://github.com/Microsoft/PowerBI-JavaScript/blob/cba63db/src/page.ts#L36">src/page.ts:36</a></li>
207
205
</ul>
208
206
</aside>
209
207
<divclass="tsd-comment tsd-typography">
@@ -224,7 +222,7 @@ <h3>report</h3>
224
222
<asideclass="tsd-sources">
225
223
<p>Implementation of <ahref="../interfaces/_src_page_.ipagenode.html">IPageNode</a>.<ahref="../interfaces/_src_page_.ipagenode.html#report">report</a></p>
226
224
<ul>
227
-
<li>Defined in <ahref="https://github.com/Microsoft/PowerBI-JavaScript/blob/cd5b8d6/src/page.ts#L31">src/page.ts:31</a></li>
225
+
<li>Defined in <ahref="https://github.com/Microsoft/PowerBI-JavaScript/blob/cba63db/src/page.ts#L30">src/page.ts:30</a></li>
228
226
</ul>
229
227
</aside>
230
228
<divclass="tsd-comment tsd-typography">
@@ -252,46 +250,21 @@ <h3>get<wbr>Filters</h3>
252
250
<asideclass="tsd-sources">
253
251
<p>Implementation of <ahref="../interfaces/_src_ifilterable_.ifilterable.html">IFilterable</a>.<ahref="../interfaces/_src_ifilterable_.ifilterable.html#getfilters">getFilters</a></p>
254
252
<ul>
255
-
<li>Defined in <ahref="https://github.com/Microsoft/PowerBI-JavaScript/blob/cd5b8d6/src/page.ts#L69">src/page.ts:69</a></li>
253
+
<li>Defined in <ahref="https://github.com/Microsoft/PowerBI-JavaScript/blob/cba63db/src/page.ts#L68">src/page.ts:68</a></li>
256
254
</ul>
257
255
</aside>
258
256
<divclass="tsd-comment tsd-typography">
259
257
<divclass="lead">
260
258
<p>Gets all page level filters within the report.</p>
<p>Implementation of <ahref="../interfaces/_src_ifilterable_.ifilterable.html">IFilterable</a>.<ahref="../interfaces/_src_ifilterable_.ifilterable.html#removefilters">removeFilters</a></p>
305
278
<ul>
306
-
<li>Defined in <ahref="https://github.com/Microsoft/PowerBI-JavaScript/blob/cd5b8d6/src/page.ts#L108">src/page.ts:108</a></li>
279
+
<li>Defined in <ahref="https://github.com/Microsoft/PowerBI-JavaScript/blob/cba63db/src/page.ts#L85">src/page.ts:85</a></li>
307
280
</ul>
308
281
</aside>
309
282
<divclass="tsd-comment tsd-typography">
@@ -327,7 +300,7 @@ <h3>set<wbr>Active</h3>
327
300
<liclass="tsd-description">
328
301
<asideclass="tsd-sources">
329
302
<ul>
330
-
<li>Defined in <ahref="https://github.com/Microsoft/PowerBI-JavaScript/blob/cd5b8d6/src/page.ts#L121">src/page.ts:121</a></li>
303
+
<li>Defined in <ahref="https://github.com/Microsoft/PowerBI-JavaScript/blob/cba63db/src/page.ts#L98">src/page.ts:98</a></li>
331
304
</ul>
332
305
</aside>
333
306
<divclass="tsd-comment tsd-typography">
@@ -352,15 +325,15 @@ <h3>set<wbr>Filters</h3>
352
325
<asideclass="tsd-sources">
353
326
<p>Implementation of <ahref="../interfaces/_src_ifilterable_.ifilterable.html">IFilterable</a>.<ahref="../interfaces/_src_ifilterable_.ifilterable.html#setfilters">setFilters</a></p>
354
327
<ul>
355
-
<li>Defined in <ahref="https://github.com/Microsoft/PowerBI-JavaScript/blob/cd5b8d6/src/page.ts#L144">src/page.ts:144</a></li>
328
+
<li>Defined in <ahref="https://github.com/Microsoft/PowerBI-JavaScript/blob/cba63db/src/page.ts#L121">src/page.ts:121</a></li>
<li>Defined in <ahref="https://github.com/Microsoft/PowerBI-JavaScript/blob/cd5b8d6/src/page.ts#L168">src/page.ts:168</a></li>
387
-
</ul>
388
-
</aside>
389
-
<divclass="tsd-comment tsd-typography">
390
-
<divclass="lead">
391
-
<p>Creates a Visual object given a name for the visual.</p>
392
-
</div>
393
-
<p>Normally you would get Visual objects by calling <code>page.getVisuals()</code> but in the case
394
-
that the visual name is known and you want to perform an action on a visual such as setting a filter
395
-
without having to retrieve it first you can create it directly.</p>
396
-
<p>Note: Because you are creating the visual manually there is no guarantee that the visual actually exists in the report and the subsequence requests could fail.</p>
0 commit comments