Propriedade do RDL MIMEType

Gets or sets the MIME type of the map tile.

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

Sintaxe

'Declaração
Public Property MIMEType As String
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System. . :: . .String
A string value.