#Report
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| HttpApplicationState | Application | Gets the application object for the current HTTP request. | {} |
| IContainer | Container | Gets the container for the component. | null |
| HttpContext | Context | Gets the ASP.NET System.Web.HttpContext for the current request, which encapsulates all HTTP-specific context used by the HTTP server to process Web requests. | null |
| Boolean | DesignMode | Gets a value indicating whether the component is currently in design mode. | False |
| HttpServerUtility | Server | Gets the System.Web.HttpServerUtility for the current request. | null |
| HttpSessionState | Session | Gets the System.Web.SessionState.HttpSessionState instance for the current request. | null |
| ISite | Site | Gets or sets the site of the component. | null |
| SoapProtocolVersion | SoapVersion | Gets the version of the SOAP protocol used to make the SOAP request to the XML Web service. | Default |
| IPrincipal | User | Gets the ASP.NET server User object. Can be used to authenticate whether a user is authorized to execute the request. | null |
##Methods
###Dispose() Releases all resources used by the System.ComponentModel.MarshalByValueComponent.
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###GetFilterList(System.String)
Parameters:
- System.String reportName
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetService(System.Type) Gets the implementer of the System.IServiceProvider.
Parameters:
- System.Type service - A System.Type that represents the type of service you want.
Returns:
An System.Object that represents the implementer of the System.IServiceProvider.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###ToString() Returns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden.
Returns:
A System.String containing the name of the System.ComponentModel.Component, if any. null if the System.ComponentModel.Component is unnamed.
