Поделиться через


Метод Report.GetStreamUrl

URL by which a client application may request a stream of the given name.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Function GetStreamUrl ( _
    useSessionId As Boolean, _
    streamName As String _
) As String
'Применение
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

Параметры

  • streamName
    Тип: System.String
    The name of the rendered stream.

Возвращаемое значение

Тип: System.String
A string value.

См. также

Справочник

Report Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering