EnterpriseReport.ApsServer Property
Gets or sets the machine name of the APS server.
Namespace CrystalDecisions.Shared Assembly CrystalDecisions.Shared (CrystalDecisions.Shared.dll)
Syntax
'Declaration
Public Overrideable Property ApsServer As String
public virtual string ApsServer {get; set;}
Example
This example shows how to get the name of the APS server of the EnterpriseReport.
'Declaration
Private Function GetApsServer(ByVal myEnterpriseReport As EnterpriseReport) As String
GetApsServer = myEnterpriseReport.ApsServer
End Function
private string GetApsServer(EnterpriseReport myEnterpriseReport)
{
return myEnterpriseReport.ApsServer;
}
Version Information
Crystal Reports Basic for Visual Studio 2008
Supported since: Crystal Reports for Visual Studio .NET 2002
See Also
Reference
EnterpriseReport Class
EnterpriseReport Members
CrystalDecisions.Shared Namespace