DlgGridControl.DlgStorage Property
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:
property Microsoft::ReportingServices::QueryDesigners::IDlgStorage ^ DlgStorage { Microsoft::ReportingServices::QueryDesigners::IDlgStorage ^ get(); void set(Microsoft::ReportingServices::QueryDesigners::IDlgStorage ^ value); };
[System.CLSCompliant(false)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public Microsoft.ReportingServices.QueryDesigners.IDlgStorage DlgStorage { get; set; }
[<System.CLSCompliant(false)>]
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)>]
member this.DlgStorage : Microsoft.ReportingServices.QueryDesigners.IDlgStorage with get, set
Public Property DlgStorage As IDlgStorage
Property Value
Implements
- Attributes