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