Właściwość BackgroundImageInstance.StreamName
Pobiera wartość obliczoną StreamName() właściwość w BackgroundImage klasy
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property StreamName As String
Get
'Użycie
Dim instance As BackgroundImageInstance
Dim value As String
value = instance.StreamName
public string StreamName { get; }
public:
virtual property String^ StreamName {
String^ get () sealed;
}
abstract StreamName : string
override StreamName : string
final function get StreamName () : String
Wartość właściwości
Typ: System.String
A ciąg wartości reprezentującej obliczonej wartości StreamName() właściwość.
Implementacje
Zobacz także