言語

LineInstance クラス

定義

Lineクラスのインスタンスタイプを表し、Lineのプロパティの計算値を含みます。

public ref class LineInstance sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportItemInstance
public sealed class LineInstance : Microsoft.ReportingServices.OnDemandReportRendering.ReportItemInstance
type LineInstance = class
    inherit ReportItemInstance
Public NotInheritable Class LineInstance
Inherits ReportItemInstance
継承

フィールド

名前 説明
m_reportElementDef

このインスタンスを定義するレポート要素の定義を指定します。

(継承元 ReportElementInstance)
m_style

このレポート要素オブジェクトのスタイルプロパティを指定します。

(継承元 ReportElementInstance)
m_uniqueName

このインスタンスオブジェクトの一意識別子を指定します。

(継承元 ReportItemInstance)
m_visibility

レポート項目の可視性を指定します。

(継承元 ReportItemInstance)

プロパティ

名前 説明
Bookmark

BookmarkクラスにおけるReportItemプロパティの計算値を取得します。

(継承元 ReportItemInstance)
DocumentMapLabel

DocumentMapLabelクラスにおけるReportItemプロパティの計算値を取得します。

(継承元 ReportItemInstance)
Style

StyleクラスにおけるReportElementプロパティの計算値を取得します。

(継承元 ReportElementInstance)
ToolTip

ToolTipクラスにおけるReportItemプロパティの計算値を取得します。

(継承元 ReportItemInstance)
UniqueName

このインスタンスオブジェクトの一意識別子を取得します。

(継承元 ReportItemInstance)
Visibility

VisibilityクラスにおけるReportItemプロパティの計算値を取得します。

(継承元 ReportItemInstance)

メソッド

名前 説明
GetDefaultFontFamily()

アイテムのデフォルトのフォントファミリーを取得します。

(継承元 ReportItemInstance)
ResetInstanceCache()

ReportItemInstanceのキャッシュをリセットします。

(継承元 ReportItemInstance)

適用対象