C# Class Microsoft.PowerBI.AspNet.WebForms.UI.WebControls.Report

The Power BI Report Web Control
Inheritance: Embed
Exibir arquivo Open project: Microsoft/PowerBI-CSharp

Protected Methods

Method Description
AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void

Add the attributes required for rending this component

GetEmbedUrl ( ) : string

Gets the embed url for the report to render

Method Details

AddAttributesToRender() protected method

Add the attributes required for rending this component
protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

GetEmbedUrl() protected method

Gets the embed url for the report to render
protected GetEmbedUrl ( ) : string
return string