GridCell 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 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)
參數
- state
- 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