[]
Initializes a new instance of a C1FlexPivotPrintDocument.
public C1FlexPivotPrintDocument()
Public Sub New()
Initializes a new instance of a C1FlexPivotPrintDocument.
public C1FlexPivotPrintDocument(C1FlexPivotPage page)
Public Sub New(page As C1FlexPivotPage)
| Type | Name | Description |
|---|---|---|
| C1FlexPivotPage | page | C1FlexPivotPage that owns this document. |
Initializes a new instance of a C1FlexPivotPrintDocument.
public C1FlexPivotPrintDocument(FlexPivotPage page)
Public Sub New(page As FlexPivotPage)
| Type | Name | Description |
|---|---|---|
| FlexPivotPage | page | FlexPivotPage that owns this document. |