Propriété DBFStream
Gets the calculated value of the DBFStream()()()() property in a MapShapefile class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DBFStream As Stream
Get
'Utilisation
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
Valeur de propriété
Type : System.IO. . :: . .Stream
A Stream object that represents the calculated value of the DBFStream()()()() property.