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
參數
- useSessionId
型別:System. . :: . .Boolean
Whether to use a session ID.
- streamName
型別:System. . :: . .String
The name of the rendered stream.
傳回值
型別:System. . :: . .String
A string value.