Index
Object PCRE.PCREAppletClient
Connect()
- Connect the client to the Report Server.
Disconnect()
- Disconnect client from all Report Server services.
Quit()
- Short-hand for Quit(PCREClient.PCRE_OK).
Quit(int)
- Disconnect client and release server resources.
ResetReportServer(PCREReportServerInfo)
- Reset the PCREGateway, PCREServer and PCREConfigServer host name
as well as the PCREGateway name with the help of PCREReportServerInfo
data.
Connect
void Connect()
Connect the client to the Report Server.
Disconnect
void Disconnect()
Disconnect client from all Report Server services.
Quit
void Quit()
Short-hand for Quit(PCREClient.PCRE_OK).
Quit
void Quit(int code)
Disconnect client and release server resources.
- Parameters:
code - The termination code.
ResetReportServer
void ResetReportServer(PCREReportServerInfo info)
Reset the PCREGateway, PCREServer and PCREConfigServer host name
as well as the PCREGateway name with the help of PCREReportServerInfo
data.
- Parameters:
rsinfo - A PCREReportServerInfo containing the new PCREGateway host and name.
Index