Proprietà MapTile.MIMEType

Gets or sets the MIME type of the map tile.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property MIMEType As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
A string value.

Vedere anche

Riferimento

MapTile Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel