Udostępnij przez


Właściwość IImageInstance.StreamName

Pobiera nazwę Stream za pomocą której rozszerzenie renderowania można pobierać dane obrazu z serwer raportów.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
ReadOnly Property StreamName As String
    Get
'Użycie
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

Wartość właściwości

Typ: System.String
A ciąg wartość, która reprezentuje nazwę Stream za pomocą której rozszerzenie renderowania można pobierać dane obrazu z serwer raportów.