Compartir a través de


MapInstance.TileLanguage Propiedad

Gets the calculated value of the TileLanguage property in a Map class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property TileLanguage As String 
    Get
'Uso
Dim instance As MapInstance 
Dim value As String 

value = instance.TileLanguage
public string TileLanguage { get; }
public:
property String^ TileLanguage {
    String^ get ();
}
member TileLanguage : string
function get TileLanguage () : String

Valor de la propiedad

Tipo: System.String
A string value that represents the calculated value of the TileLanguage property.

Vea también

Referencia

MapInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering