Class SimpleAddresses
Inheritance
System.Object
SimpleAddresses
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
[GuiPlugIn(Area = PlugInArea.ReportMenu, Category = "pagereports", Description = "simpleaddresses", DisplayName = "simpleaddresses", SortIndex = 50, UrlFromUi = "Report/Reports/SimpleAddresses.aspx")]
public class SimpleAddresses : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
SimpleAddresses()
Declaration
Fields
HitsCount
Declaration
protected Literal HitsCount
Field Value
Type |
Description |
System.Web.UI.WebControls.Literal |
|
LanguageDiv
Declaration
protected HtmlGenericControl LanguageDiv
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
LanguageSelector
Declaration
protected DropDownList LanguageSelector
Field Value
Type |
Description |
System.Web.UI.WebControls.DropDownList |
|
PageSizeSelector
Declaration
protected DropDownList PageSizeSelector
Field Value
Type |
Description |
System.Web.UI.WebControls.DropDownList |
|
ReportView
Declaration
protected SortedGridView ReportView
Field Value
SimpleAddressesData
Declaration
protected ObjectDataSource SimpleAddressesData
Field Value
Type |
Description |
System.Web.UI.WebControls.ObjectDataSource |
|
StartPage
Declaration
protected InputPageReference StartPage
Field Value
Properties
LanguageId
Declaration
public string LanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectedRootPage
Declaration
public PageReference SelectedRootPage { get; set; }
Property Value
Methods
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
ReportData_ObjectCreating(Object, ObjectDataSourceEventArgs)
Declaration
protected void ReportData_ObjectCreating(object sender, ObjectDataSourceEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Web.UI.WebControls.ObjectDataSourceEventArgs |
e |
|
ReportData_Selected(Object, ObjectDataSourceStatusEventArgs)
Declaration
protected void ReportData_Selected(object sender, ObjectDataSourceStatusEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs |
e |
|
ShowReport_Click(Object, EventArgs)
Declaration
protected void ShowReport_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Implements
Extension Methods