#ReportList

##Properties

Datatype Property name Property description Default Value
String AppRelativeTemplateSourceDirectory Gets or sets the application-relative virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl object that contains this control. String.Empty
Control BindingContainer Gets the control that contains this control's data binding. null
String ClientID Gets the server control identifier generated by ASP.NET. String.Empty
ClientIDMode ClientIDMode   Inherit
ControlCollection Controls Gets a System.Web.UI.ControlCollection object that represents the child controls for a specified server control in the UI hierarchy. Depends on the controls added to the page
String CurrentFolder Gets the folder the current report will be put into when saving or updating the report. String.Empty
Control DataItemContainer   null
Control DataKeysContainer   null
Boolean DesignMode Gets or sets the value indicating whether the state of this control is "design mode". null
String DesignNewDashText Gets or sets the text for the "Design New Dashboard" button on the Reports Tab of the Izenda.Web.UI.AdHocReportDesigner. Design A New Dashboard
String DesignNewText Gets or sets the text for the "Design New Report" button on the Reports Tab of hte Izenda.Web.UI.AdHocReportDesigner. Design A New Report
String DesignUrlTemplate Gets or sets the URL template for designing to a report via links on the Reports Tab of the Izenda.Web.UI.AdHocReportDesigner. javascript:AdHoc.Utility.NavigateReport("[DesignerUrl]rn={0}", 0, 'rs.aspx?');
Boolean EnableTheming Gets or sets a value indicating whether themes apply to this control. True
Boolean EnableViewState Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. True
String HeaderText Gets or sets the header text of the Izenda.Web.UI.AdHocReportDesigner for all tabs except the Reports Tab. Reports - A list of saved reports.  Click on the report name to view the report or click 'Design' to open the report in the designer.
String ID Gets or sets the programmatic identifier assigned to the server control. null
Boolean InReportsTab Determines whether the user has navigated to the Reports Tab of the Izenda.Web.UI.AdHocReportDesigner. False
Control NamingContainer Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same ID property value. null
Page Page Gets a reference to the System.Web.UI.Page instance that contains the server control. null
Control Parent Gets a reference to the server control's parent control in the page control hierarchy. null
Boolean RenderControl Determines whether the control is rendered or not. True
Version RenderingCompatibility   4.0
String ReportsPath Gets or sets the physical path to the folder where reports are stored on the server for this report. [drive]:[ApplicationFolder]\Reports
Boolean ShowDesignNew Determines whether the "Design New report" button is displayed on the Reports Tab of the Izenda.Web.UI.AdHocReportDesigner. True
ISite Site Gets information about the container that hosts the current control when rendered on a design surface. null
String SkinID Gets or sets the skin to apply to the control. String.Empty
TemplateControl TemplateControl Gets or sets a reference to the template that contains this control. null
String TemplateSourceDirectory Gets the virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl that contains the current server control. String.Empty
String UniqueID Gets the unique, hierarchically qualified identifier for the server control. null
ValidateRequestMode ValidateRequestMode   Inherit
ViewStateMode ViewStateMode   Inherit
String ViewUrlTemplate Gets or sets the URL template for navigating to a report via links on the Reports Tab of the Izenda.Web.UI.AdHocReportDesigner. {0}
Boolean Visible Gets or sets a value that indicates whether a server control is rendered as UI on the page. True

##Methods

###ApplyStyleSheetSkin(System.Web.UI.Page) Applies the style properties defined in the page style sheet to the control.

Parameters:


###DataBind() Binds a data source to the invoked server control and all its child controls.


###Dispose() Enables a server control to perform final clean up before it is released from memory.


###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.

Parameters:

Returns:

true if the specified System.Object is equal to the current System.Object; otherwise, false.


###FindControl(System.String) Searches the current naming container for a server control with the specified <paramref name="id parameter.

Parameters:

Returns:

The specified control, or null if the specified control does not exist.


###Focus() Sets input focus to a control.


###GetHashCode() Serves as a hash function for a particular type.

Returns:

A hash code for the current System.Object.


###GetRouteUrl(System.Object)

Parameters:


###GetRouteUrl(System.String,System.Object)

Parameters:


###GetRouteUrl(System.Web.Routing.RouteValueDictionary)

Parameters:


###GetRouteUrl(System.String,System.Web.Routing.RouteValueDictionary)

Parameters:


###GetType() Gets the System.Type of the current instance.

Returns:

The System.Type instance that represents the exact runtime type of the current instance.


###GetUniqueIDRelativeTo(System.Web.UI.Control)

Parameters:


###HasControls() Determines if the server control contains any child controls.

Returns:

true if the control contains other controls; otherwise, false.


###RenderControl(System.Web.UI.HtmlTextWriter) Outputs server control content to a provided System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.

Parameters:


###ResolveClientUrl(System.String) Gets a URL that can be used by the browser.

Parameters:

  • System.String relativeUrl - A URL relative to the current page.

Returns:

A fully qualified URL to the specified resource suitable for use on the browser.


###ResolveUrl(System.String) Converts a URL into one that is usable on the requesting client.

Parameters:

Returns:

The converted URL.


###SetRenderMethodDelegate(System.Web.UI.RenderMethod) Assigns an event handler delegate to render the server control and its content into its parent control.

Parameters:

  • System.Web.UI.RenderMethod renderMethod - The information necessary to pass to the delegate so that it can render the server control.

###SetTraceData(System.Object,System.Object)

Parameters:


###SetTraceData(System.Object,System.Object,System.Object)

Parameters:


###ToString() Returns a System.String that represents the current System.Object.

Returns:

A System.String that represents the current System.Object.