ServerReport.RenderStream(String, String, String, String, 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.
public:
cli::array <System::Byte> ^ RenderStream(System::String ^ format, System::String ^ streamId, System::String ^ deviceInfo, [Runtime::InteropServices::Out] System::String ^ % mimeType, [Runtime::InteropServices::Out] System::String ^ % encoding);
public byte[] RenderStream (string format, string streamId, string deviceInfo, out string mimeType, out string encoding);
member this.RenderStream : string * string * string * string * string -> byte[]
Public Function RenderStream (format As String, streamId As String, deviceInfo As String, ByRef mimeType As String, ByRef encoding As String) As Byte()
Parameters
- format
- String
- streamId
- String
- deviceInfo
- String
- mimeType
- String
- encoding
- String
Returns
Byte[]