IImageInstance.StreamName Property

Definition

Gets the name of the Stream by which a rendering extension can retrieve the image data from the report server.

public:
 property System::String ^ StreamName { System::String ^ get(); };
public string StreamName { get; }
member this.StreamName : string
Public ReadOnly Property StreamName As String

Property Value

A string value that represents the name of the Stream by which a rendering extension can retrieve the image data from the report server.

Applies to