Элементы ReportParameter

Contains information about a parameter to the report.

Тип ReportParameter предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ReportParameter() () () () Creates a new instance of the ReportParameter class.
Открытый метод ReportParameter(IPropertyStore) Creates a new instance of the ReportParameter class.

В начало

Методы

  Имя Описание
Открытый метод DeepClone Returns a deep clone of this ReportObject instance. (Наследуется из ReportObject.)
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetAncestor< (Of < <' (T> ) > > ) The ancestor of this report object. (Наследуется из ReportObject.)
Открытый метод GetContainingDataScopes The containing data scopes. (Наследуется из ReportObject.)
Защищенный метод GetDataScopesForDefaultImpl Инфраструктура. (Наследуется из ReportObject.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Открытый метод Initialize Инфраструктура. (Наследуется из ReportObject.)
Защищенный метод InitializeForDesigner Инфраструктура. (Наследуется из ReportObject.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Защищенный метод OnChildPropertyChanged Инфраструктура. (Наследуется из ReportObject.)
Защищенный метод OnPropertyChanged Инфраструктура. (Наследуется из ReportObject.)
Защищенный метод SavePropertyValue< (Of < <' (T> ) > > ) Инфраструктура. (Наследуется из ReportObject.)
Открытый метод ToString (Наследуется из Object.)
Защищенный метод WrapPropertyStore Инфраструктура. (Наследуется из ReportObject.)

В начало

Свойства

  Имя Описание
Открытое свойство AllowBlank Indicates the value for this parameter is allowed to be the empty string.
Открытое свойство DataType The data type of the parameter.
Открытое свойство 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).
Открытое свойство 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.).
Открытое свойство MultiValue Indicates this is a multivalue parameter (a parameter that can take a set of values).
Открытое свойство Name The report parameter name.
Открытое свойство Nullable Indicates the value for this parameter is allowed to be Null.
Открытое свойство Parent The parent of this report object. (Наследуется из ReportObjectBase.)
Открытое свойство Prompt The user prompt to display when asking for parameter values
Открытое свойство PromptLocID The unique identifier for the Prompt property.
Открытое свойство PropertyStore The property store. (Наследуется из ReportObjectBase.)
Открытое свойство Site Инфраструктура. (Наследуется из ReportObject.)
Открытое свойство UsedInQuery Indicates whether or not the parameter is used in a query in the report.
Открытое свойство ValidValues Possible values for the parameter (for the end-user UI)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IDisposable. . :: . .Dispose (Наследуется из ReportObject.)
Явная реализация интерфейсаЗакрытое событие IComponent. . :: . .Disposed (Наследуется из ReportObject.)

В начало