ImageInstance.StreamName Property

Definition

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

public:
 abstract property System::String ^ StreamName { System::String ^ get(); };
public abstract string StreamName { get; }
member this.StreamName : string
Public MustOverride 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