Udostępnij przez


Metoda Report.GetStreamUrl

Adres URL, według której aplikacja klient może zażądać strumienia o podanej nazwie.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Function GetStreamUrl ( _
    useSessionId As Boolean, _
    streamName As String _
) As String
'Użycie
Dim instance As Report
Dim useSessionId As Boolean
Dim streamName As String
Dim returnValue As String

returnValue = instance.GetStreamUrl(useSessionId, _
    streamName)
public string GetStreamUrl(
    bool useSessionId,
    string streamName
)
public:
String^ GetStreamUrl(
    bool useSessionId, 
    String^ streamName
)
member GetStreamUrl : 
        useSessionId:bool * 
        streamName:string -> string 
public function GetStreamUrl(
    useSessionId : boolean, 
    streamName : String
) : String

Parametry

Wartość zwracana

Typ: System.String
A ciąg wartości.