ReportItemInstance クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ReportItemクラスのインスタンスタイプを表し、ReportItemのプロパティの計算値を含みます。
public ref class ReportItemInstance abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementInstance
public abstract class ReportItemInstance : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
type ReportItemInstance = class
inherit ReportElementInstance
Public MustInherit Class ReportItemInstance
Inherits ReportElementInstance
- 継承
- 派生
フィールド
| 名前 | 説明 |
|---|---|
| m_reportElementDef |
このインスタンスを定義するレポート要素の定義を指定します。 (継承元 ReportElementInstance) |
| m_style |
このレポート要素オブジェクトのスタイルプロパティを指定します。 (継承元 ReportElementInstance) |
| m_uniqueName |
このインスタンスオブジェクトの一意識別子を指定します。 |
| m_visibility |
レポート項目の可視性を指定します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Bookmark |
BookmarkクラスにおけるReportItemプロパティの計算値を取得します。 |
| DocumentMapLabel |
DocumentMapLabelクラスにおけるReportItemプロパティの計算値を取得します。 |
| Style |
StyleクラスにおけるReportElementプロパティの計算値を取得します。 (継承元 ReportElementInstance) |
| ToolTip |
ToolTipクラスにおけるReportItemプロパティの計算値を取得します。 |
| UniqueName |
このインスタンスオブジェクトの一意識別子を取得します。 |
| Visibility |
VisibilityクラスにおけるReportItemプロパティの計算値を取得します。 |
メソッド
| 名前 | 説明 |
|---|---|
| GetDefaultFontFamily() |
アイテムのデフォルトのフォントファミリーを取得します。 |
| ResetInstanceCache() |
ReportItemInstanceのキャッシュをリセットします。 |