Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the tile data.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function GetTileData ( _
url As String, _
<OutAttribute> ByRef mimeType As String _
) As Stream
'Usage
Dim instance As MapTileLayerInstance
Dim url As String
Dim mimeType As String
Dim returnValue As Stream
returnValue = instance.GetTileData(url, _
mimeType)
public Stream GetTileData(
string url,
out string mimeType
)
public:
Stream^ GetTileData(
String^ url,
[OutAttribute] String^% mimeType
)
member GetTileData :
url:string *
mimeType:string byref -> Stream
public function GetTileData(
url : String,
mimeType : String
) : Stream
Parameter
- url
Typ: System.String
The URL of the data source.
- mimeType
Typ: System.String%
The MIME type of the tile data.
Rückgabewert
Typ: System.IO.Stream
A Stream to the underlying tile data.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace