Share via


GridControl.GridPrinter Constructors

Definition

Overloads

GridControl.GridPrinter()
GridControl.GridPrinter(GridControl)

GridControl.GridPrinter()

protected:
 GridPrinter();
protected GridPrinter ();
Protected Sub New ()

Applies to

GridControl.GridPrinter(GridControl)

public:
 GridPrinter(Microsoft::ReportingServices::QueryDesigners::GridControl ^ grid);
public GridPrinter (Microsoft.ReportingServices.QueryDesigners.GridControl grid);
new Microsoft.ReportingServices.QueryDesigners.GridControl.GridPrinter : Microsoft.ReportingServices.QueryDesigners.GridControl -> Microsoft.ReportingServices.QueryDesigners.GridControl.GridPrinter
Public Sub New (grid As GridControl)

Parameters

Applies to