Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the MIME type of the map tile.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.String
A string value.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel