Sdílet prostřednictvím


MapTile.TileData Property

Gets or sets the image data for the tile.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property TileData As String 
    Get 
    Set
'Usage
Dim instance As MapTile 
Dim value As String 

value = instance.TileData

instance.TileData = value
public string TileData { get; set; }
public:
property String^ TileData {
    String^ get ();
    void set (String^ value);
}
member TileData : string with get, set
function get TileData () : String 
function set TileData (value : String)

Property Value

Type: System.String
A string value.

Remarks

The value of this property must be a Base-64 encoded string

See Also

Reference

MapTile Class

Microsoft.ReportingServices.RdlObjectModel Namespace