ReportExtensions.PowerBIReportFor<TModel,TProperty> 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.
public static System.Web.IHtmlString PowerBIReportFor<TModel,TProperty>(this System.Web.Mvc.HtmlHelper<TModel> htmlHelper, System.Linq.Expressions.Expression<Func<TModel,TProperty>> expression, object htmlAttributes = default);
static member PowerBIReportFor : System.Web.Mvc.HtmlHelper<'Model> * System.Linq.Expressions.Expression<Func<'Model, 'Property>> * obj -> System.Web.IHtmlString
<Extension()>
Public Function PowerBIReportFor(Of TModel, TProperty) (htmlHelper As HtmlHelper(Of TModel), expression As Expression(Of Func(Of TModel, TProperty)), Optional htmlAttributes As Object = Nothing) As IHtmlString
Type Parameters
- TModel
- TProperty
Parameters
- htmlHelper
- HtmlHelper<TModel>
- expression
- Expression<Func<TModel,TProperty>>
- htmlAttributes
- Object