共用方式為


IImage.StreamName 屬性

Gets a name for the image that can be passed back to a CreateAndRegisterStream object to get the bytes without processing them through the rendering extension.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
ReadOnly Property StreamName As String 
    Get
'用途
Dim instance As IImage 
Dim value As String 

value = instance.StreamName
string StreamName { get; }
property String^ StreamName {
    String^ get ();
}
abstract StreamName : string
function get StreamName () : String

屬性值

型別:System.String
A string containing the name of the image.

請參閱

參考

IImage 介面

Microsoft.ReportingServices.ReportRendering 命名空間