Proprietà Stream
Gets the calculated value of the Stream()()()() property in a MapShapefile class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Stream As Stream
Get
'Utilizzo
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
Valore proprietà
Tipo: System.IO. . :: . .Stream
A Stream object that represents the calculated value of the Stream()()()() property.
Vedere anche