Свойство Parameters
Contains the current parameter information for the execution.
Пространство имен: ReportExecution2005
Сборка: ReportExecution2005 (в ReportExecution2005.dll)
Синтаксис
'Декларация
Public Property Parameters As ReportParameter()
Get
Set
'Применение
Dim instance As ExecutionInfo
Dim value As ReportParameter()
value = instance.Parameters
instance.Parameters = value
public ReportParameter[] Parameters { get; set; }
public:
property array<ReportParameter^>^ Parameters {
array<ReportParameter^>^ get ();
void set (array<ReportParameter^>^ value);
}
member Parameters : ReportParameter[] with get, set
function get Parameters () : ReportParameter[]
function set Parameters (value : ReportParameter[])
Значение свойства
Тип array<ReportExecution2005. . :: . .ReportParameter> [] () [] []
An array of ReportParameter objects.
Замечания
For processed reports or parameters that have been specified, this will contain the parameter values and other information necessary for iterating through the parameter hierarchy.
См. также