Udostępnij przez


Właściwość Map.TileLanguage

Pobiera podstawowy język fragmentów mapy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property TileLanguage As ReportStringProperty
    Get
'Użycie
Dim instance As Map
Dim value As ReportStringProperty

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