Propriedade do RDL MapShapefileInstance.DBFStream
Gets the calculated value of the DBFStream property in a MapShapefile class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.IO.Stream
A Stream object that represents the calculated value of the DBFStream property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering