MapSubItem クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
マップレポート項目のサブアイテムを表します。
public ref class MapSubItem abstract : Microsoft::ReportingServices::OnDemandReportRendering::MapObjectCollectionItem, Microsoft::ReportingServices::OnDemandReportRendering::IROMStyleDefinitionContainer
public abstract class MapSubItem : Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem, Microsoft.ReportingServices.OnDemandReportRendering.IROMStyleDefinitionContainer
type MapSubItem = class
inherit MapObjectCollectionItem
interface IROMStyleDefinitionContainer
Public MustInherit Class MapSubItem
Inherits MapObjectCollectionItem
Implements IROMStyleDefinitionContainer
- 継承
- 派生
- 実装
フィールド
| 名前 | 説明 |
|---|---|
| m_instance |
レポートインスタンスオブジェクトです。 (継承元 MapObjectCollectionItem) |
| m_map |
このサブアイテムが適用されるマップを指定します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| BottomMargin |
サブアイテムの下部マージンを得ます。 |
| LeftMargin |
サブアイテムの左余白を取る。 |
| MapLocation |
サブアイテムの位置を取得。 |
| MapSize |
サブアイテムのサイズを取得します。 |
| RightMargin |
サブアイテムの余白を正しく取る。 |
| Style |
サブアイテムのスタイル情報を取得します。 |
| TopMargin |
サブアイテムの上位マージンを得ます。 |
| ZIndex |
サブアイテムの描画順を得ます。 |
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| IMapObjectCollectionItem.SetNewContext() |
コレクションに新たな文脈をもたらします。 (継承元 MapObjectCollectionItem) |