IGridControl.GetHeaderInfo 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetHeaderInfo(Int32, String, GridCheckBoxState) | |
GetHeaderInfo(Int32, String, Bitmap) |
GetHeaderInfo(Int32, String, GridCheckBoxState)
public:
void GetHeaderInfo(int colIndex, [Runtime::InteropServices::Out] System::String ^ % headerText, [Runtime::InteropServices::Out] Microsoft::ReportingServices::QueryDesigners::GridCheckBoxState % headerCheckBox);
public void GetHeaderInfo (int colIndex, out string headerText, out Microsoft.ReportingServices.QueryDesigners.GridCheckBoxState headerCheckBox);
abstract member GetHeaderInfo : int * string * GridCheckBoxState -> unit
Public Sub GetHeaderInfo (colIndex As Integer, ByRef headerText As String, ByRef headerCheckBox As GridCheckBoxState)
参数
- colIndex
- Int32
- headerText
- String
- headerCheckBox
- GridCheckBoxState
适用于
GetHeaderInfo(Int32, String, Bitmap)
public:
void GetHeaderInfo(int colIndex, [Runtime::InteropServices::Out] System::String ^ % headerText, [Runtime::InteropServices::Out] System::Drawing::Bitmap ^ % headerBitmap);
public void GetHeaderInfo (int colIndex, out string headerText, out System.Drawing.Bitmap headerBitmap);
abstract member GetHeaderInfo : int * string * Bitmap -> unit
Public Sub GetHeaderInfo (colIndex As Integer, ByRef headerText As String, ByRef headerBitmap As Bitmap)
参数
- colIndex
- Int32
- headerText
- String
- headerBitmap
- Bitmap