MapTile.TileData 属性

Gets or sets the image data for the tile.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property TileData As String
    Get
    Set
用法
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)

属性值

类型:System.String
A string value.

注释

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