Compartir a través de


MapShapefileInstance.DBFStream Propiedad

Gets the calculated value of the DBFStream 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 DBFStream As Stream 
    Get
'Uso
Dim instance As MapShapefileInstance 
Dim value As Stream 

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

Valor de la propiedad

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

Vea también

Referencia

MapShapefileInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering