GridCell 建構函式

定義

多載

GridCell(GridCheckBoxState)
GridCell(Bitmap)
GridCell(String)
GridCell(Int32, String)
GridCell(String, Bitmap)

GridCell(GridCheckBoxState)

public:
 GridCell(Microsoft::ReportingServices::QueryDesigners::GridCheckBoxState state);
public GridCell (Microsoft.ReportingServices.QueryDesigners.GridCheckBoxState state);
Public Sub New (state As GridCheckBoxState)

參數

適用於

GridCell(Bitmap)

public:
 GridCell(System::Drawing::Bitmap ^ bmp);
public GridCell (System.Drawing.Bitmap bmp);
Public Sub New (bmp As Bitmap)

參數

bmp
Bitmap

適用於

GridCell(String)

public:
 GridCell(System::String ^ strCellText);
public GridCell (string strCellText);
Public Sub New (strCellText As String)

參數

strCellText
String

適用於

GridCell(Int32, String)

public:
 GridCell(int textCellType, System::String ^ strCellText);
public GridCell (int textCellType, string strCellText);
Public Sub New (textCellType As Integer, strCellText As String)

參數

textCellType
Int32
strCellText
String

適用於

GridCell(String, Bitmap)

public:
 GridCell(System::String ^ strButtonText, System::Drawing::Bitmap ^ buttonImage);
public GridCell (string strButtonText, System.Drawing.Bitmap buttonImage);
Public Sub New (strButtonText As String, buttonImage As Bitmap)

參數

strButtonText
String
buttonImage
Bitmap

適用於