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.