ImageInstance.StreamName Property
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.
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.