Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Parameters
- url
Type: System.String
The URL of the data source.
- mimeType
Type: System.String%
The MIME type of the tile data.
Return Value
Type: System.IO.Stream
A Stream to the underlying tile data.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace