ReportItem Constructor (String, String)
Initializes a new instance of the ReportItem class.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Синтаксис
'Декларация
Protected Sub New ( _
definitionName As String, _
instanceName As String _
)
protected ReportItem (
string definitionName,
string instanceName
)
protected:
ReportItem (
String^ definitionName,
String^ instanceName
)
protected ReportItem (
String definitionName,
String instanceName
)
protected function ReportItem (
definitionName : String,
instanceName : String
)
Параметры
- definitionName
The definition name for the report item.
- instanceName
The instance name for the report item.
Замечания
Добавления:5 декабря 2005 г.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ReportItem Class
ReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace