GridButtonColumn Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GridButtonColumn() | |
GridButtonColumn(GridColumnInfo, Int32, Int32) |
GridButtonColumn()
protected:
GridButtonColumn();
protected GridButtonColumn ();
Protected Sub New ()
Applies to
GridButtonColumn(GridColumnInfo, Int32, Int32)
public:
GridButtonColumn(Microsoft::ReportingServices::QueryDesigners::GridColumnInfo ^ ci, int nWidthInPixels, int colIndex);
public GridButtonColumn (Microsoft.ReportingServices.QueryDesigners.GridColumnInfo ci, int nWidthInPixels, int colIndex);
new Microsoft.ReportingServices.QueryDesigners.GridButtonColumn : Microsoft.ReportingServices.QueryDesigners.GridColumnInfo * int * int -> Microsoft.ReportingServices.QueryDesigners.GridButtonColumn
Public Sub New (ci As GridColumnInfo, nWidthInPixels As Integer, colIndex As Integer)
Parameters
- nWidthInPixels
- Int32
- colIndex
- Int32