ReportItem Constructor (String, String)
Initializes a new instance of the ReportItem class.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntax
'Declaration
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
)
Parameters
- definitionName
The definition name for the report item.
- instanceName
The instance name for the report item.
Remarks
New:5 December 2005
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ReportItem Class
ReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace