Свойство MapShapefileInstance.Stream
Gets the calculated value of the Stream property in a MapShapefile class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Stream As Stream
Get
'Применение
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
Значение свойства
Тип: System.IO.Stream
A Stream object that represents the calculated value of the Stream property.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering