Класс ReportParameter
Represents a report parameter.
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class ReportParameter
'Применение
Dim instance As ReportParameter
[SerializableAttribute]
public class ReportParameter
[SerializableAttribute]
public ref class ReportParameter
[<SerializableAttribute>]
type ReportParameter = class end
public class ReportParameter
Замечания
A ReportParameter object is returned as output by the GetReportParameters method and is passed as input to the SetReportParameters method.
Иерархия наследования
System. . :: . .Object
ReportService2005..::..ReportParameter
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.
См. также