MapTileLayerInstance クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MapTileLayerクラスのインスタンス型を表し、MapTileLayerのプロパティの計算値を含みます。
public ref class MapTileLayerInstance sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapLayerInstance
public sealed class MapTileLayerInstance : Microsoft.ReportingServices.OnDemandReportRendering.MapLayerInstance
type MapTileLayerInstance = class
inherit MapLayerInstance
Public NotInheritable Class MapTileLayerInstance
Inherits MapLayerInstance
- 継承
プロパティ
| 名前 | 説明 |
|---|---|
| MaximumZoom |
MaximumZoomクラスにおけるMapLayerプロパティの計算値を取得します。 (継承元 MapLayerInstance) |
| MinimumZoom |
MinimumZoomクラスにおけるMapLayerプロパティの計算値を取得します。 (継承元 MapLayerInstance) |
| ServiceUrl |
ServiceUrlクラスにおけるMapTileLayerプロパティの計算値を取得します。 |
| TileStyle |
TileStyleクラスにおけるMapTileLayerプロパティの計算値を取得します。 |
| Transparency |
TransparencyクラスにおけるMapLayerプロパティの計算値を取得します。 (継承元 MapLayerInstance) |
| UseSecureConnection |
UseSecureConnectionクラスにおけるMapTileLayerプロパティの計算値を取得します。 |
| VisibilityMode |
VisibilityModeクラスにおけるMapLayerプロパティの計算値を取得します。 (継承元 MapLayerInstance) |
メソッド
| 名前 | 説明 |
|---|---|
| GetTileData(String, String) |
タイルデータを取得します。 |
| ResetInstanceCache() |
インスタンスプロパティを初期値にリセットします。 (継承元 MapLayerInstance) |
| SetTileData(String, Byte[], String) |
タイルデータを設定します。 |