MapTileLayerInstance.SetTileData 方法
Sets the tile data.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Sub SetTileData ( _
url As String, _
data As Byte(), _
mimeType As String _
)
'用途
Dim instance As MapTileLayerInstance
Dim url As String
Dim data As Byte()
Dim mimeType As String
instance.SetTileData(url, data, mimeType)
public void SetTileData(
string url,
byte[] data,
string mimeType
)
public:
void SetTileData(
String^ url,
array<unsigned char>^ data,
String^ mimeType
)
member SetTileData :
url:string *
data:byte[] *
mimeType:string -> unit
public function SetTileData(
url : String,
data : byte[],
mimeType : String
)
參數
- url
型別:System.String
The URL of the data source.
- data
型別:array<System.Byte[]
An array of bytes that represents the tile data to set.
- mimeType
型別:System.String
The MIME type of the tile data.