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);
new Microsoft.ReportingServices.QueryDesigners.GridCell : Microsoft.ReportingServices.QueryDesigners.GridCheckBoxState -> Microsoft.ReportingServices.QueryDesigners.GridCell
Public Sub New (state As GridCheckBoxState)
Параметры
- state
- GridCheckBoxState
Применяется к
GridCell(Bitmap)
public:
GridCell(System::Drawing::Bitmap ^ bmp);
public GridCell (System.Drawing.Bitmap bmp);
new Microsoft.ReportingServices.QueryDesigners.GridCell : System.Drawing.Bitmap -> Microsoft.ReportingServices.QueryDesigners.GridCell
Public Sub New (bmp As Bitmap)
Параметры
- bmp
- Bitmap
Применяется к
GridCell(String)
public:
GridCell(System::String ^ strCellText);
public GridCell (string strCellText);
new Microsoft.ReportingServices.QueryDesigners.GridCell : string -> Microsoft.ReportingServices.QueryDesigners.GridCell
Public Sub New (strCellText As String)
Параметры
- strCellText
- String
Применяется к
GridCell(Int32, String)
public:
GridCell(int textCellType, System::String ^ strCellText);
public GridCell (int textCellType, string strCellText);
new Microsoft.ReportingServices.QueryDesigners.GridCell : int * string -> Microsoft.ReportingServices.QueryDesigners.GridCell
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);
new Microsoft.ReportingServices.QueryDesigners.GridCell : string * System.Drawing.Bitmap -> Microsoft.ReportingServices.QueryDesigners.GridCell
Public Sub New (strButtonText As String, buttonImage As Bitmap)
Параметры
- strButtonText
- String
- buttonImage
- Bitmap