次の方法で共有


Report.GetStreamUrl メソッド

クライアント アプリケーションが特定の名前のストリームを要求できる URL です。

名前空間:  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
    セッション ID を使用するかどうかを示します。
  • streamName
    型: System.String
    表示されたストリームの名前です。

戻り値

型: System.String
string 値です。

関連項目

参照

Report クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間