다음을 통해 공유


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 네임스페이스