Condividi tramite


Membri ReportParameter

Contains information about a parameter to the report.

Il tipo ReportParameter espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ReportParameter() () () () Creates a new instance of the ReportParameter class.
Metodo pubblico ReportParameter(IPropertyStore) Creates a new instance of the ReportParameter class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico DeepClone Returns a deep clone of this ReportObject instance. (Ereditato da ReportObject).
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetAncestor< (Of < <' (T> ) > > ) The ancestor of this report object. (Ereditato da ReportObject).
Metodo pubblico GetContainingDataScopes The containing data scopes. (Ereditato da ReportObject).
Metodo protetto GetDataScopesForDefaultImpl Infrastruttura. (Ereditato da ReportObject).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo pubblico Initialize Infrastruttura. (Ereditato da ReportObject).
Metodo protetto InitializeForDesigner Infrastruttura. (Ereditato da ReportObject).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo protetto OnChildPropertyChanged Infrastruttura. (Ereditato da ReportObject).
Metodo protetto OnPropertyChanged Infrastruttura. (Ereditato da ReportObject).
Metodo protetto SavePropertyValue< (Of < <' (T> ) > > ) Infrastruttura. (Ereditato da ReportObject).
Metodo pubblico ToString (Ereditato da Object).
Metodo protetto WrapPropertyStore Infrastruttura. (Ereditato da ReportObject).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AllowBlank Indicates the value for this parameter is allowed to be the empty string.
Proprietà pubblica DataType The data type of the parameter.
Proprietà pubblica DefaultValue 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).
Proprietà pubblica Hidden Indicates the parameter should not be displayed to the user (however, it will still be available for programmatic use with subreports, drillthrough reports etc.).
Proprietà pubblica MultiValue Indicates this is a multivalue parameter (a parameter that can take a set of values).
Proprietà pubblica Name The report parameter name.
Proprietà pubblica Nullable Indicates the value for this parameter is allowed to be Null.
Proprietà pubblica Parent The parent of this report object. (Ereditato da ReportObjectBase).
Proprietà pubblica Prompt The user prompt to display when asking for parameter values
Proprietà pubblica PromptLocID The unique identifier for the Prompt property.
Proprietà pubblica PropertyStore The property store. (Ereditato da ReportObjectBase).
Proprietà pubblica Site Infrastruttura. (Ereditato da ReportObject).
Proprietà pubblica UsedInQuery Indicates whether or not the parameter is used in a query in the report.
Proprietà pubblica ValidValues Possible values for the parameter (for the end-user UI)

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato IDisposable. . :: . .Dispose (Ereditato da ReportObject).
Implementazione esplicita dell'interfacciaEvento privato IComponent. . :: . .Disposed (Ereditato da ReportObject).

In alto