Freigeben über


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
)

Parameter

  • definitionName
    The definition name for the report item.
  • instanceName
    The instance name for the report item.

Hinweise

Neu:05. Dezember 2005

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

ReportItem Class
ReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace