Свойство DBFStream

Gets the calculated value of the DBFStream()()()() property in a MapShapefile class.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property DBFStream As Stream
    Get
'Применение
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

Значение свойства

Тип: System.IO. . :: . .Stream
A Stream object that represents the calculated value of the DBFStream()()()() property.