Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the calculated value of the DBFStream property in a MapShapefile class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DBFStream As Stream
Get
'Usage
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
Property Value
Type: System.IO.Stream
A Stream object that represents the calculated value of the DBFStream property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace