Reports for WPF
RenderC1Printable クラス
メンバ 

C1.WPF.C1Report.4 アセンブリ > C1.C1Preview 名前空間 : RenderC1Printable クラス
IC1Printable インタフェースをサポートするオブジェクトをレンダリングする描画オブジェクトを表します。
シンタックス
'宣言
 
Public Class RenderC1Printable 
   Inherits RenderArea
   Implements IDocumentLocationIStyleOwner 
public class RenderC1Printable : RenderArea, IDocumentLocationIStyleOwner  
解説
このクラスがレンダリングするオブジェクトは、Object プロパティの値によって指定されます。 オブジェクトがそのプロパティに割り当て可能であるには、以下の2つのインスタンスメソッドのいずれかを公開する必要があります。 クラスに C1PrintableGetTree() メソッドを実装するには、以下の手順に従います。 その結果、クラスのインスタンスを RenderC1Printable オブジェクトの Object プロパティに割り当てて、そのオブジェクトを標準の描画オブジェクトが発生できる C1PrintDocument 内の任意の場所に挿入できるようになります。
継承階層

System.Object
   C1.C1Preview.RenderObject
      C1.C1Preview.RenderArea
         C1.C1Preview.RenderC1Printable

参照

RenderC1Printable メンバ
C1.C1Preview 名前空間