Partager via


Propriété MapShapefileInstance.Stream

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Stream As Stream 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

MapShapefileInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering