Método GetTileData
Gets the tile data.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Function GetTileData ( _
url As String, _
<OutAttribute> ByRef mimeType As String _
) As Stream
'Uso
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
Parâmetros
- url
Tipo: System. . :: . .String
The URL of the data source.
- mimeType
Tipo: System. . :: . .String%
The MIME type of the tile data.
Valor de retorno
Tipo: System.IO. . :: . .Stream
A Stream.
Consulte também