共用方式為


StreamName 屬性

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

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

語法

'宣告
ReadOnly Property StreamName As String
    Get
'用途
Dim instance As IImageInstance
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 value that represents the name of the Stream by which a rendering extension can retrieve the image data from the report server.