다음을 통해 공유


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 네임스페이스