Método SetTileData
Sets the tile data.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Sub SetTileData ( _
url As String, _
data As Byte(), _
mimeType As String _
)
'Uso
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
)
Parâmetros
- url
Tipo: System. . :: . .String
The URL of the data source.
- data
Tipo: array<System. . :: . .Byte> [] () [] []
The tile data to set.
- mimeType
Tipo: System. . :: . .String
The MIME type of the tile data.
Consulte também