IDlgStorage 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
중요
이 API는 CLS 규격이 아닙니다.
public interface class IDlgStorage : Microsoft::ReportingServices::QueryDesigners::IGridStorage
[System.CLSCompliant(false)]
public interface IDlgStorage : Microsoft.ReportingServices.QueryDesigners.IGridStorage
[<System.CLSCompliant(false)>]
type IDlgStorage = interface
interface IGridStorage
Public Interface IDlgStorage
Implements IGridStorage
- 파생
- 특성
- 구현
속성
| Storage | |
| StorageView |
메서드
| EnsureRowsInBuf(Int64, Int64) | (다음에서 상속됨 IGridStorage) |
| FillControlWithData(Int64, Int32, IGridEmbeddedControl) | (다음에서 상속됨 IGridStorage) |
| GetCellDataAsBitmap(Int64, Int32) | (다음에서 상속됨 IGridStorage) |
| GetCellDataAsString(Int64, Int32) | (다음에서 상속됨 IGridStorage) |
| GetCellDataForButton(Int64, Int32, ButtonCellState, Bitmap, String) | (다음에서 상속됨 IGridStorage) |
| GetCellDataForCheckBox(Int64, Int32) | (다음에서 상속됨 IGridStorage) |
| IsCellEditable(Int64, Int32) | (다음에서 상속됨 IGridStorage) |
| NumRows() | (다음에서 상속됨 IGridStorage) |
| SetCellDataFromControl(Int64, Int32, IGridEmbeddedControl) | (다음에서 상속됨 IGridStorage) |
이벤트
| FillControlWithDataEvent | |
| SetCellDataFromControlEvent |