Поделиться через


Метод 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

Параметры

  • mimeType
    Тип: System.String%
    The MIME type of the tile data.

Возвращаемое значение

Тип: System.IO.Stream
A Stream to the underlying tile data.

См. также

Справочник

MapTileLayerInstance Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering