ReportExtensions.PowerBIReport メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- htmlHelper
- HtmlHelper
- name
- String
- report
- Microsoft.PowerBI.Api.V1.Models.Report
- htmlAttributes
- Object
戻り値
適用対象
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
パラメーター
- htmlHelper
- HtmlHelper
- name
- String
- embedUrl
- String
- htmlAttributes
- Object
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET