Progress® Telerik® Reporting R1 2021
ReportsHostBase Methods
The ReportsHostBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Configure | (Overrides AppHostBase.Configure(Container).) |
![]() | CreateCache | Obsolete.
Creates an ICache implementation instance
that will be used for internal storage from the service.
|
![]() | CreateMailMessage |
Creates the mail message that will be used in SendDocument
|
![]() | CreateReportResolver | Obsolete.
Creates an IReportResolver implementation instance
that will be used for report resolving from the service
|
![]() | CreateServiceManager | (Inherited from AppHostBase.) |
![]() | CreateServiceRunner``1 | (Inherited from AppHostBase.) |
![]() | CreateStorage | Obsolete.
Creates an IStorage implementation instance
that will be used for internal storage from the service.
|
![]() | Dispose | (Inherited from AppHostBase.) |
![]() | ExecuteService(Object) | (Inherited from AppHostBase.) |
![]() | ExecuteService(Object, EndpointAttributes) | (Inherited from AppHostBase.) |
![]() | GetUserIdentity |
Override this method to substitute the default UserIdentity retrieval logic,
which uses System.Web.HttpContext.Current.User.Identity
|
![]() | Init | (Inherited from AppHostBase.) |
![]() | LoadPlugin | (Inherited from AppHostBase.) |
![]() | OnCreateDocument |
Called when document is requested, before rendering the document.
|
![]() | OnEndRequest | (Inherited from AppHostBase.) |
![]() | OnGetDocument |
Called when document is requested, before sending the response.
|
![]() | Register``1 | (Inherited from AppHostBase.) |
![]() | RegisterAs``2 | (Inherited from AppHostBase.) |
![]() | RegisterService | (Inherited from AppHostBase.) |
![]() | Release | (Inherited from AppHostBase.) |
![]() | ResolveAbsoluteUrl | (Inherited from AppHostBase.) |
![]() ![]() | SendMailMessage |
Sends an e-mail message containing a report document to its recipients.
Override this method in order to effectively send the mail message.
|
![]() | SetConfig | (Inherited from AppHostBase.) |
![]() | TryResolve``1 | (Inherited from AppHostBase.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IExtensibilityPointsCreateMailMessage | |
![]() ![]() | IExtensibilityPointsGetUserIdentity | |
![]() ![]() | IExtensibilityPointsOnCreateDocument | |
![]() ![]() | IExtensibilityPointsOnGetDocument | |
![]() ![]() | IExtensibilityPointsSendMailMessage |