Propriedade do RDL BackgroundImageInstance.StreamName
Gets the calculated value of the StreamName property in a BackgroundImage class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustOverride ReadOnly Property StreamName As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
A string value that represents the calculated value of the StreamName property.
Implementa
Consulte também
Referência
BackgroundImageInstance Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering