Свойство BackgroundImageInstance.StreamName
Gets the calculated value of the StreamName property in a BackgroundImage class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property StreamName As String
Get
'Применение
Dim instance As BackgroundImageInstance
Dim value As String
value = instance.StreamName
public abstract string StreamName { get; }
public:
virtual property String^ StreamName {
String^ get () abstract;
}
abstract StreamName : string
abstract function get StreamName () : String
Значение свойства
Тип: System.String
A string value that represents the calculated value of the StreamName property.
Реализует
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering