Элементы 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.) |
В начало
См. также
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)