GridControl.GetHeaderInfo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetHeaderInfo(Int32, String, Bitmap)
public:
virtual 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
override this.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
實作
適用於
GetHeaderInfo(Int32, String, GridCheckBoxState)
public:
virtual 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
override this.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