TablixCell クラス
Tablix の本体セクションの各セルのコンテンツを表します。
継承階層
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.TablixCell
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public MustInherit Class TablixCell _
Implements IDefinitionPath
'使用
Dim instance As TablixCell
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public abstract class TablixCell : IDefinitionPath
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class TablixCell abstract : IDefinitionPath
[<AbstractClassAttribute>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type TablixCell =
class
interface IDefinitionPath
end
public abstract class TablixCell implements IDefinitionPath
TablixCell 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
CellContents | Tablix 本文内のセルの内容を取得します。Tablix に行ヘッダー、動的列グループ、または複数の列がある場合、この ReportItem 内の改ページは無視されます。 | |
DataElementName | セル要素に使用する名前を取得します。 | |
DataElementOutput | セルの内容をデータ表示に反映するかどうかを示す値を取得します。 | |
DefinitionPath | レポート定義内のこのレポート定義オブジェクトのパスを取得します。 | |
ID | このレポート定義オブジェクトの一意の識別子を取得します。 | |
Instance | このレポート定義オブジェクトの計算値が含まれているレポート インスタンス オブジェクトを取得します。 | |
ParentDefinitionPath | レポート定義内のレポート定義オブジェクトの親のパスを取得します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
フィールド
名前 | 説明 | |
---|---|---|
m_cellContents | インフラストラクチャです。Tablix 本文内のセルの内容を表す CellContents オブジェクト。 | |
m_columnIndex | インフラストラクチャです。Tablix セルの列のインデックスを表す int 値。 | |
m_definitionPath | インフラストラクチャです。レポート定義内のこのレポート定義オブジェクトのパスを表す string 値。 | |
m_instance | インフラストラクチャです。このレポート定義オブジェクトの計算値を格納する TablixCellInstance オブジェクト。 | |
m_owner | インフラストラクチャです。この Tablix セルの所有者として表す Tablix オブジェクト。 | |
m_rowIndex | インフラストラクチャです。Tablix セルの行のインデックスを表す int 値。 |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。