Compartir a través de


MapShapefileInstance.Stream Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Stream As Stream 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

MapShapefileInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering