The ListViewProvider type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ListViewProvider |
Methods
| Name | Description | |
|---|---|---|
| CallBeginPrintContent |
Method for calling 'begin print content' functionality
(Inherited from PrintProvider.) | |
| CallBeginPrintDocument |
Method for calling 'begin print document' functionality
(Inherited from PrintProvider.) | |
| CallBeginPrintPage |
Method for calling 'begin print page' functionality
(Inherited from PrintProvider.) | |
| CallBeginPrintProvider |
Method for calling 'begin print provider' functionality
(Inherited from PrintProvider.) | |
| CallBeginPrintRow |
Calls 'begin print row' functionality.
(Inherited from GridProvider.) | |
| CallCellLayout |
Calls 'cell layout' functionality.
(Inherited from GridProvider.) | |
| CallCellSpan |
Calls 'cell span' functionality.
(Inherited from GridProvider.) | |
| CallCellSpanChanged |
Calls 'cell span changed' functionality.
(Inherited from GridProvider.) | |
| CallCellText |
Calls 'cell text' functionality.
(Inherited from TextGridProvider.) | |
| CallEndPrintContent |
Method for calling 'end print content' functionality
(Inherited from PrintProvider.) | |
| CallEndPrintDocument |
Method for calling 'end print document' functionality
(Inherited from PrintProvider.) | |
| CallEndPrintPage |
Method for calling 'end print page' functionality
(Inherited from PrintProvider.) | |
| CallEndPrintProvider |
Method for calling 'end print provider' functionality
(Inherited from PrintProvider.) | |
| CallEndPrintRow |
Calls 'end print row' functionality.
(Inherited from GridProvider.) | |
| CallMeasureColumn |
Calls 'measure column' functionality.
(Inherited from GridProvider.) | |
| CallMeasureRow |
Calls 'measure row' functionality.
(Inherited from GridProvider.) | |
| CallPrintCell |
Calls 'print cell' functionality.
(Inherited from GridProvider.) | |
| CallPrintCellBorders |
Calls 'print cell borders' functionality.
(Inherited from GridProvider.) | |
| CallPrintCellContent |
Calls 'print cell content' functionality.
(Inherited from GridProvider.) | |
| CallPrintCellFill |
Calls 'print cell fill' functionality.
(Inherited from GridProvider.) | |
| CallPrintContent |
Method for calling 'print content' functionality
(Inherited from PrintProvider.) | |
| CallQueryPageSettings |
Method for calling 'query page settings' functionality
(Inherited from PrintProvider.) | |
| CreateObjRef | (Inherited from MarshalByRefObject.) | |
| Dispose | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Component.) | |
| GetBeginFromNewPage |
Overridden inherited method for supporting BeginFromNewPage property
(Inherited from ContentProvider.) | |
| GetHashCode | (Inherited from Object.) | |
| GetLifetimeService | (Inherited from MarshalByRefObject.) | |
| GetService | (Inherited from Component.) | |
| GetType | (Inherited from Object.) | |
| InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Overloaded. | |
| OnBeginPrintContent |
Base 'begin print content' functionality
(Inherited from PrintProvider.) | |
| OnBeginPrintDocument |
Base 'begin print document' functionality
(Inherited from PrintProvider.) | |
| OnBeginPrintPage |
Prepares printing before printing page.
(Overrides PrintProvider..::.OnBeginPrintPage(PrintNotificationEventArgs).) | |
| OnBeginPrintProvider |
Prepares printing before provider starts printing.
(Overrides GridProvider..::.OnBeginPrintProvider(PrintNotificationEventArgs).) | |
| OnBeginPrintRow |
Base 'begin print row' functionality.
(Inherited from GridProvider.) | |
| OnCellLayout |
Sets the cell layout.
(Overrides GridProvider..::.OnCellLayout(CellLayoutEventArgs).) | |
| OnCellSpan |
Base 'cell span' functionality.
(Inherited from GridProvider.) | |
| OnCellSpanChanged |
Base 'cell span changed' functionality.
(Inherited from GridProvider.) | |
| OnCellText |
Returns cell text.
(Overrides TextGridProvider..::.OnCellText(CellTextEventArgs).) | |
| OnEndPrintContent |
Base 'end print content' functionality
(Inherited from PrintProvider.) | |
| OnEndPrintDocument |
Base 'end print document' functionality
(Inherited from PrintProvider.) | |
| OnEndPrintPage |
Base 'end print page' functionality
(Inherited from PrintProvider.) | |
| OnEndPrintProvider |
Base 'end print provider' functionality
(Inherited from PrintProvider.) | |
| OnEndPrintRow |
Base 'end print row' functionality.
(Inherited from GridProvider.) | |
| OnMeasureColumn |
Measures column height using data imported from associated ListViewView.
(Overrides GridProvider..::.OnMeasureColumn(MeasureColumnEventArgs).) | |
| OnMeasureRow |
Base 'measure row' functionality.
(Inherited from TextGridProvider.) | |
| OnPrintCell |
Base 'print cell' functionality.
(Inherited from GridProvider.) | |
| OnPrintCellBorders |
Calls 'print cell borders' functionality.
(Inherited from GridProvider.) | |
| OnPrintCellContent |
Prints cell content.
(Overrides TextGridProvider..::.OnPrintCellContent(PrintCellEventArgs).) | |
| OnPrintCellFill |
Base 'print cell fill' functionality.
(Inherited from GridProvider.) | |
| OnPrintContent |
Prints grid content.
(Inherited from GridProvider.) | |
| OnQueryPageSettings |
Base 'quesry page settings' functionality
(Inherited from PrintProvider.) | |
| ToString |
Returns a String that represents the current Object.
(Inherited from PrintProvider.) |
Properties
| Name | Description | |
|---|---|---|
| About |
Shows version information and displays about box.
(Inherited from PrintSuiteComponent.) | |
| BeginFromNewPage |
If this property is false, content can be printed on the current page when provider starts, otherwise printing starts from the new page.
(Inherited from ContentProvider.) | |
| CanRaiseEvents | (Inherited from Component.) | |
| CellClip |
Gets or sets cell content clipping.
(Inherited from GridProvider.) | |
| Clip |
Gets or sets clip mode for content printing.
(Inherited from PrintProvider.) | |
| Container | (Inherited from Component.) | |
| DefaultLayout |
Gets or sets default layout for cell printing.
(Inherited from GridProvider.) | |
| DesignMode | (Inherited from Component.) | |
| Events | (Inherited from Component.) | |
| HeaderLayout |
Gets of sets default layout for grid header.
| |
| HeaderMode |
Gets of sets header mode.
| |
| ImagesInterpolationMode |
Gets or sets images interpolation mode.
(Inherited from GridProvider.) | |
| ImagesSmoothingMode |
Gets or sets images smooting mode.
(Inherited from GridProvider.) | |
| ImportLayout |
Gets or sets value indicated which properties of default layout must be imported from associated ListViewView.
| |
| ListView |
Gets of sets link to associated ListView control.
| |
| Site | (Inherited from Component.) | |
| SpanMode |
Gets or sets cell span mode.
(Inherited from GridProvider.) |
Events
| Name | Description | |
|---|---|---|
| BeginPrintContent |
Occurs before new content printing.
(Inherited from PrintProvider.) | |
| BeginPrintDocument |
Occurs before document printing.
(Inherited from PrintProvider.) | |
| BeginPrintPage |
Occurs before page printing.
(Inherited from PrintProvider.) | |
| BeginPrintProvider |
Occurs before new provider printing.
(Inherited from PrintProvider.) | |
| BeginPrintRow |
Occurs before row printing.
(Inherited from GridProvider.) | |
| CellLayout |
Occurs when provider requests cell layout.
(Inherited from GridProvider.) | |
| CellSpan |
Occurs when provider requests cell span data.
(Inherited from GridProvider.) | |
| CellSpanChanged |
Occurs when provider changes span data.
(Inherited from GridProvider.) | |
| CellText |
Occurs when provider request cell text to print.
(Inherited from TextGridProvider.) | |
| Disposed | (Inherited from Component.) | |
| EndPrintContent |
Occurs after content has finished printing.
(Inherited from PrintProvider.) | |
| EndPrintDocument |
Occurs after document was printed.
(Inherited from PrintProvider.) | |
| EndPrintPage |
Occurs after page was printed.
(Inherited from PrintProvider.) | |
| EndPrintProvider |
Occurs after provider has finished printing.
(Inherited from PrintProvider.) | |
| EndPrintRow |
Occurs after row printing.
(Inherited from GridProvider.) | |
| MeasureColumn |
Occurs when column must be measured.
(Inherited from GridProvider.) | |
| MeasureRow |
Occurs when row must be measured.
(Inherited from GridProvider.) | |
| PrintCell |
Occurs when cell must be printed.
(Inherited from GridProvider.) | |
| PrintCellBorders |
Occurs when cell border must be printed.
(Inherited from GridProvider.) | |
| PrintCellContent |
Occurs when cell content must be printed.
(Inherited from GridProvider.) | |
| PrintCellFill |
Occurs when cell fill must be printed.
(Inherited from GridProvider.) | |
| PrintContent |
Occurs when content must be printed.
(Inherited from PrintProvider.) | |
| QueryPageSettings |
Occurs before page printing when printer requests settings for new page.
(Inherited from PrintProvider.) |