Report.GetStreamUrl(Boolean, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.