Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the primary language of map tiles.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property TileLanguage As ReportStringProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace