Propriedade do RDL TileData
Gets the image data for the tile.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property TileData As String
Get
'Uso
Dim instance As MapTile
Dim value As String
value = instance.TileData
public string TileData { get; }
public:
property String^ TileData {
String^ get ();
}
member TileData : string
function get TileData () : String
Valor da propriedade
Tipo: System. . :: . .String
A string value.
Consulte também