Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 _
)
'Usage
Dim definitionName As String
Dim instanceName As String
Dim instance As New ReportItem(definitionName, _
instanceName)
protected ReportItem(
string definitionName,
string instanceName
)
protected:
ReportItem(
String^ definitionName,
String^ instanceName
)
new :
definitionName:string *
instanceName:string -> ReportItem
protected function ReportItem(
definitionName : String,
instanceName : String
)
Parameters
- definitionName
Type: System.String
The definition name for the report item.
- instanceName
Type: System.String
The instance name for the report item.