共用方式為


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

請參閱

參考

MapTile 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間