MapTileLayerInstance.GetTileData 方法
Gets the tile data.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Function GetTileData ( _
url As String, _
<OutAttribute> ByRef mimeType As String _
) As Stream
用法
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
参数
- url
类型:System.String
The URL of the data source.
- mimeType
类型:System.String%
The MIME type of the tile data.
返回值
类型:System.IO.Stream
A Stream.