#ReportClassifiers

##Properties

Datatype Property name Property description Default Value
Dictionary AllReports Gets or sets the list of all possible report definitions that can be used with this control. null
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 Category Gets or sets the text for the category textbox. String.Empty
String CategoryClientID Gets the client ID of the category textbox. String.Empty
String ClientID Gets the server control identifier generated by ASP.NET. String.Empty
ClientIDMode ClientIDMode   Inherit
String ContentTableAttributes Gets or sets the style attributes that will be used for HTML tables generated by this control. String.Empty
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
Control DataItemContainer   null
Control DataKeysContainer   null
Int32 DefaultRowCount Gets or sets the default number of rows to render for this control when it is initialized. 0
Boolean DesignMode Gets or sets the value indicating whether the state of this control is "design mode". null
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
Boolean ExposeAsDatasource Determines whether the "Expose as datasource" checkbox is checked or not. null
String ExposedTable Gets or sets the value of the textbox that can be exposed as a datasource for this report. null
String FieldChangedHandler Gets the javascript method used to handle the change event on field dropdown menus on the Chart control. null
String FieldInitialized Gets the javascript method used to handle the change event on field dropdown menus on the Chart control. null
Boolean Global   False
String ID Gets or sets the programmatic identifier assigned to the server control. null
Boolean IgnoreDdkValue1 Determines whether the "Ignore first drilldown key" checkbox is checked or not. null
String InsertAboveImageUrl Gets or sets the web address that is used to locate the image resource for the "Insert Above" operation. rs.aspx?image=insert-above.gif
String InsertBelowImageUrl Gets or sets the web address that is used to locate the image resource for the "Insert Below" operation. rs.aspx?image=insert-below.gif
Int32 MaxRowCount Gets or sets the maximum number of rows that can be rendered when the control is initialized. 0
Int32 MinRowCount Gets or sets the minimum number of rows that will be rendered when the control is initialized. 0
String MoveDownImageUrl Gets or sets the web address that is used to locate the image resource for the "Move Down" operation. rs.aspx?image=move-down.gif
String MoveUpImageUrl Gets or sets the web address that is used to locate the image resource for the "Move Up" operation. rs.aspx?image=move-up.gif
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
String Owner Gets or sets the default text for the "Owner" textbox when the control is initialized. String.Empty
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
String PlusImageUrl   rs.aspx?image=add.gif
Boolean ReadOnly Determines whether the selected option for the Sharing Rights control is initialized to "Read Only" when the control is created. False
String RemoveImageUrl Gets or sets the web address that is used to locate the image resource for the "Delete" operation. rs.aspx?image=delete-red.gif
Version RenderingCompatibility   4.0
String ReportName Gets or sets the name of the name of the part of the report set that this control is responsible for. null
Boolean ShowHeader Determines whether this control should render the table header section for the entire control when it is initialized. 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
String TableChangedHandler GGets the javascript method that fires when the data sources are changed on the Izenda.Web.UI.AdHocReportDesigner. RC_OnTableListChangedHandler
String TableInitialized Gets the javascript function that is called when the list of tables is initialized on the Fields Tab of the Izenda.Web.UI.AdHocReportDesigner. RC_OnTableListChangedHandler
ListItemCollection TargetReports Gets or sets the list of possible reports that this control can use in a dropdown menu plus a default option (…). null
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
Boolean ViewOnly Determines whether the selected option for the Sharing Rights control is initialized to "View Only" when the control is created. False
ViewStateMode ViewStateMode   Inherit
String Visibility Gets or sets the default report visibility option that is selected when the control is initialized. null
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:


###CreateAttribute(System.String,System.String) Gets a formatted System.String that can be used for HTML or CSS attributes.

Parameters:

Returns:

The formatted System.String representation of the HTML or CSS property.


###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.


###GenerateDropDownItem(System.String,System.String) Creates an HTML option element with the given parameters.

Parameters:

  • System.String name - The text that will appear and the value that will be used on this element.
  • System.String selected - Whether or not the element is the selected option.

Returns:

The System.String representation of the HTML option element with the appropriate parameters.


###GenerateDropDownItem(System.String,System.String,System.String) Creates an HTML option element with the given parameters.

Parameters:

  • System.String name - The text that will appear on this element.
  • System.String value - The value that will be applied to this element.
  • System.String selected - Whether or not the element is the selected option.

Returns:

The System.String representation of the HTML option element with the appropriate parameters.


###GetDrillDownKey(System.Int32) Gets the drilldown key at the specified index for the current report.

Parameters:

  • System.Int32 index - The index of the drilldown key to find.

Returns:

The System.String representation of the drilldown key value that was found.


###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.


###SetDrillDownKey(System.Int32,System.String) Updates the drilldown key collection for this control with the specified value at the specified index.

Parameters:

  • System.Int32 index - The index of the collection to insert the drilldown key into.
  • System.String val - The value of the drilldown key to insert.

###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.


###UpdateControlState() Updates various values of items on this control with the settings on the current report.


###UpdateReportSet() Updates various settings on the current report with the values of corresponding items on this control.