Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an interface for initializing the state of an IQueryDesigner and for persisting designer state data.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Syntax
'Declaration
Public Interface IQueryDesignerState
'Usage
Dim instance As IQueryDesignerState
public interface IQueryDesignerState
public interface class IQueryDesignerState
type IQueryDesignerState = interface end
public interface IQueryDesignerState
The IQueryDesignerState type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DesignerState | Gets or sets the designer state data. |
Top