PrintableLink Members
In This Article
#Constructors
Name | Description |
---|---|
Printable |
Initializes a new instance of the Printable |
Printable |
Initializes a new instance of the Printable |
#Properties
Name | Description |
---|---|
Bottom |
Gets or sets the style applied to a bottom margin of the printed document. Inherited from Link. |
Bottom |
Gets or sets the text of the document’s bottom margin. Inherited from Link. |
Column |
Gets or sets the column layout. Inherited from Link. |
Column |
Gets or sets the width of a single column. Inherited from Link. |
Custom |
Gets or sets a size of custom paper (in hundredths of an inch).
Inherited from Link |
Document |
Gets or sets the document name.
Inherited from Link |
Landscape | Gets or sets whether the printed page orientation is landscape. Inherited from Link. |
Margins |
Gets or sets the margins of a report page (in hundredths of an inch).
Inherited from Link |
Min |
Gets or sets the minimum printer margins.
Inherited from Link |
Page |
Gets or sets the style applied to a footer of the printed page. Inherited from Link. |
Page |
Gets or sets the text of the page’s footer. Inherited from Link. |
Page |
Gets or sets the style applied to a header of the printed page. Inherited from Link. |
Page |
Gets or sets the text of the page’s header. Inherited from Link. |
Paper |
Gets or sets the paper type.
Inherited from Link |
Printable |
Gets the control that should be printed with the Printable |
Printing |
Gets the Printing System used to create and print a document for this link.
Inherited from Link |
Print |
Gets or sets whether the report footer is printed at the bottom of each page, or only after the report content. Inherited from Link. |
Report |
Gets or sets the style applied to the footer of the printed report. Inherited from Link. |
Report |
Gets or sets the text of the report’s footer. Inherited from Link. |
Report |
Gets or sets the style applied to a header of the printed report. Inherited from Link. |
Report |
Gets or sets the text of the report’s header. Inherited from Link. |
Top |
Gets or sets the style applied to the top margin of the printed document. Inherited from Link. |
Top |
Gets or sets the text of the document’s top margin. Inherited from Link. |
Vertical |
Gets or sets whether content bricks outside the right page margin should be split across pages or moved to the next page. Inherited from Link. |
#Methods
Name | Description |
---|---|
Create |
Creates a document from the link.
Inherited from Link |
Create |
Creates a document from the link. Optionally, you can access the document pages as soon as they are created. Document creation is always synchronous and does not occur in a background thread.
Inherited from Link |
Dispose() |
Disposes the Link |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Load |
Load the specified document.
Inherited from Link |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Print |
Prints the Link |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Stop |
Interrupts the document creation.
Inherited from Link |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Create |
Occurs when the document was successfully created.
Inherited from Link |
Create |
Occurs when the document creation has been started.
Inherited from Link |
See Also