GridStorage.InitGrid(IDiskDataStorage, IGridControl) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
public:
virtual void InitGrid(Microsoft::ReportingServices::QueryDesigners::IDiskDataStorage ^ storage, Microsoft::ReportingServices::QueryDesigners::IGridControl ^ grid);
[System.CLSCompliant(false)]
public virtual void InitGrid (Microsoft.ReportingServices.QueryDesigners.IDiskDataStorage storage, Microsoft.ReportingServices.QueryDesigners.IGridControl grid);
[<System.CLSCompliant(false)>]
abstract member InitGrid : Microsoft.ReportingServices.QueryDesigners.IDiskDataStorage * Microsoft.ReportingServices.QueryDesigners.IGridControl -> unit
override this.InitGrid : Microsoft.ReportingServices.QueryDesigners.IDiskDataStorage * Microsoft.ReportingServices.QueryDesigners.IGridControl -> unit
Public Overridable Sub InitGrid (storage As IDiskDataStorage, grid As IGridControl)
Parameters
- storage
- IDiskDataStorage
- grid
- IGridControl
- Attributes