ReportExtensions.PowerBIReport Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PowerBIReport(HtmlHelper, String, Report, Object) | |
PowerBIReport(HtmlHelper, String, String, Object) |
PowerBIReport(HtmlHelper, String, Report, Object)
public static System.Web.IHtmlString PowerBIReport(this System.Web.Mvc.HtmlHelper htmlHelper, string name, Microsoft.PowerBI.Api.V1.Models.Report report, object htmlAttributes = default);
static member PowerBIReport : System.Web.Mvc.HtmlHelper * string * Microsoft.PowerBI.Api.V1.Models.Report * obj -> System.Web.IHtmlString
<Extension()>
Public Function PowerBIReport (htmlHelper As HtmlHelper, name As String, report As Report, Optional htmlAttributes As Object = Nothing) As IHtmlString
Parameters
- htmlHelper
- HtmlHelper
- name
- String
- report
- Microsoft.PowerBI.Api.V1.Models.Report
- htmlAttributes
- Object
Returns
Applies to
PowerBIReport(HtmlHelper, String, String, Object)
public static System.Web.IHtmlString PowerBIReport(this System.Web.Mvc.HtmlHelper htmlHelper, string name, string embedUrl, object htmlAttributes = default);
static member PowerBIReport : System.Web.Mvc.HtmlHelper * string * string * obj -> System.Web.IHtmlString
<Extension()>
Public Function PowerBIReport (htmlHelper As HtmlHelper, name As String, embedUrl As String, Optional htmlAttributes As Object = Nothing) As IHtmlString
Parameters
- htmlHelper
- HtmlHelper
- name
- String
- embedUrl
- String
- htmlAttributes
- Object
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET