Compartilhar via


Classe ReportParameter

Contains information about a parameter to the report.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.ReportParameter

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Class ReportParameter _
    Inherits ReportObject _
    Implements INamedObject
'Uso
Dim instance As ReportParameter
public class ReportParameter : ReportObject, 
    INamedObject
public ref class ReportParameter : public ReportObject, 
    INamedObject
type ReportParameter =  
    class 
        inherit ReportObject 
        interface INamedObject 
    end
public class ReportParameter extends ReportObject implements INamedObject

O tipo ReportParameter expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ReportParameter Creates a new instance of the ReportParameter class.

Início

Propriedades

  Nome Descrição
Propriedade pública AllowBlank Gets or sets a value that indicates whether the value for this parameter is allowed to be the empty string.
Propriedade pública ComponentMetadata Gets or sets the component metadata. (Herdado de ReportObject.)
Propriedade pública DataType Gets or sets the data type of the parameter.
Propriedade pública DefaultValue Gets or sets the default value to use for the parameter (if not provided by the user). If no value is provided as a part of the definition or by the user, the value is null. Required if there is no Prompt and either Nullable is False or a ValidValues list is provided that does not contain Null (an omitted Value).
Propriedade pública Hidden Gets or sets a value that indicates whether the parameter should not be displayed to the user (however, it will still be available for programmatic use with subreports, drillthrough reports etc.).
Propriedade pública MultiValue Gets or sets a value that indicates whether this is a multivalue parameter (a parameter that can take a set of values).
Propriedade pública Name Gets or sets the report parameter name.
Propriedade pública Nullable Gets or sets a value that indicates whether the value for this parameter is allowed to be Null.
Propriedade pública Parent The parent of this report object. (Herdado de ReportObjectBase.)
Propriedade pública Prompt Gest or sets the user prompt to display when asking for parameter values.
Propriedade pública PromptLocID Infraestrutura. Gets or sets the unique identifier for the Prompt property.
Propriedade pública Site Infraestrutura. Gets or sets the site associated with the ReportObject object. (Herdado de ReportObject.)
Propriedade pública UsedInQuery Gets or sets a value that indicates whether or not the parameter is used in a query in the report.
Propriedade pública ValidValues Gets or sets the possible values for the parameter (for the end-user UI).

Início

Métodos

  Nome Descrição
Método público DeepClone Returns a deep clone of this ReportObject instance. (Herdado de ReportObject.)
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetContainingDataScopes Infraestrutura. Returns the list of report object that contains data scopes. (Herdado de ReportObject.)
Método protegido GetDataScopesForDefaultImpl Infraestrutura. Returns the data scopes for default implementation. (Herdado de ReportObject.)
Método protegido GetDependenciesCore Infraestrutura. Returns the dependencies core for the ReportObject object. (Herdado de ReportObject.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público Initialize Infraestrutura. Initializes an instance of ReportObject. (Herdado de ReportObject.)
Método protegido InitializeForDesigner Infraestrutura. Initializes the report object for designer. (Herdado de ReportObject.)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido OnChildPropertyChanged Infraestrutura. Raises an event when the property of the child was changed. (Herdado de ReportObject.)
Método protegido OnPropertyChanged Infraestrutura. Raises an event when the property was changed. (Herdado de ReportObject.)
Método protegido RdlSemanticEqualsCore Infraestrutura. Indicates whether the RDL semantic is equal to the core objects. (Substitui ReportObject.RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>).)
Método protegido SavePropertyValue<T> Infraestrutura. Saves the property value of the report object. (Herdado de ReportObject.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado IDisposable.Dispose Infraestrutura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Herdado de ReportObject.)
Implementações de interfaces explícitasEvento privado IComponent.Disposed Infraestrutura. Occurs when the ReportObject object is disposed. (Herdado de ReportObject.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.RdlObjectModel