Méthode MapTileLayerInstance.SetTileData
Sets the tile data.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Sub SetTileData ( _
url As String, _
data As Byte(), _
mimeType As String _
)
'Utilisation
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
)
Paramètres
- url
Type : System.String
The URL of the data source.
- data
Type : array<System.Byte[]
An array of bytes that represents the tile data to set.
- mimeType
Type : System.String
The MIME type of the tile data.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering