MapTileLayerInstance.SetTileData Method
Sets the tile data.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Sub SetTileData ( _
url As String, _
data As Byte(), _
mimeType As String _
)
'Usage
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
)
Parameters
- url
Type: System.String
The URL of the data source.
- data
Type: array<System.Byte[]
The tile data to set.
- mimeType
Type: System.String
The MIME type of the tile data.