Report.GetStreamUrl(Boolean, String) Method

Definition

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

public:
 System::String ^ GetStreamUrl(bool useSessionId, System::String ^ streamName);
public string GetStreamUrl (bool useSessionId, string streamName);
member this.GetStreamUrl : bool * string -> string
Public Function GetStreamUrl (useSessionId As Boolean, streamName As String) As String

Parameters

useSessionId
Boolean

Whether to use a session ID.

streamName
String

The name of the rendered stream.

Returns

A string value.

Applies to