Propriedade do RDL MapInstance.TileLanguage
Gets the calculated value of the TileLanguage property in a Map class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.String
A string value that represents the calculated value of the TileLanguage property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering