Interface IQueryDesignerState
Represents an interface for initializing the state of an IQueryDesigner and for persisting designer state data.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (em Microsoft.ReportingServices.QueryDesigners.dll)
Sintaxe
'Declaração
Public Interface IQueryDesignerState
'Uso
Dim instance As IQueryDesignerState
public interface IQueryDesignerState
public interface class IQueryDesignerState
type IQueryDesignerState = interface end
public interface IQueryDesignerState
O tipo IQueryDesignerState expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
DesignerState | Gets or sets the designer state data. |
Início