Sdílet prostřednictvím


MapTile.MIMEType Property

Gets or sets the MIME type of the map tile.

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

Syntax

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

value = instance.MIMEType

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

Property Value

Type: System.String
A string value.

See Also

Reference

MapTile Class

Microsoft.ReportingServices.RdlObjectModel Namespace