Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
URL by which a client application may request a stream of the given name.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function GetStreamUrl ( _
useSessionId As Boolean, _
streamName As String _
) As String
'Usage
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
Parameter
- useSessionId
Typ: System.Boolean
Whether to use a session ID.
- streamName
Typ: System.String
The name of the rendered stream.
Rückgabewert
Typ: System.String
A string value.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace