ReportExtensions.PowerBIReportFor<TModel,TProperty> Method

Definition

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

Returns

Applies to