Freigeben über


MapShapefileInstance.Stream-Eigenschaft

Gets the calculated value of the Stream property in a MapShapefile class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Stream As Stream 
    Get
'Usage
Dim instance As MapShapefileInstance 
Dim value As Stream 

value = instance.Stream
public Stream Stream { get; }
public:
property Stream^ Stream {
    Stream^ get ();
}
member Stream : Stream
function get Stream () : Stream

Eigenschaftswert

Typ: System.IO.Stream
A Stream object that represents the calculated value of the Stream property.

Siehe auch

Verweis

MapShapefileInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace