URL propriété
The URL to the report on the report server.
Espace de noms : Microsoft.ReportingServices.Interfaces
Assemblys : Microsoft.ReportingServices.SharePoint.UI.WebParts (dans Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (dans Microsoft.ReportingServices.Interfaces.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property URL As String
Get
'Utilisation
Dim instance As Report
Dim value As String
value = instance.URL
public abstract string URL { get; }
public:
virtual property String^ URL {
String^ get () abstract;
}
abstract URL : string
abstract function get URL () : String
Valeur de la propriété
Type : System. . :: . .String
The URL to the report. The URL is the full URL access string to the report. For more information, see Accès URL.
Voir aussi