Image.StreamName Property

Definition

Specifies a name for the image, which can be passed back to CreateAndRegisterStream to get the bytes without processing them through the rendering extension.

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 containing the name of the image.

Implements

Remarks

Implements

Microsoft.ReportingServices.ReportRendering.IImage.StreamName

Applies to