EnterpriseReport.WebServiceUrl Property

Gets or sets the URL to the EnterpriseReportService Web service.

Namespace CrystalDecisions.Shared Assembly CrystalDecisions.Shared (CrystalDecisions.Shared.dll)

Syntax

'Declaration

Public Overrides Property WebServiceUrl As String
public override string WebServiceUrl {get; set;}

Example

This example shows how to get the Web Service URL for an EnterpriseReport.

'Declaration

    Private Function GetWebServiceUrl(ByVal myEnterpriseReport As EnterpriseReport) As String
      GetWebServiceUrl = myEnterpriseReport.WebServiceUrl
    End Function
    private string GetWebServiceUrl(EnterpriseReport enterpriseReport)
    {
      return enterpriseReport.WebServiceUrl;
    }

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