共用方式為


ReportItem Constructors

Definition

Initializes a new instance of the ReportItem class.

Overloads

ReportItem()

Initializes a new instance of the ReportItem class.

ReportItem(String, String)

Initializes a new instance of the ReportItem class.

ReportItem()

Initializes a new instance of the ReportItem class.

protected:
 ReportItem();
protected ReportItem ();
Protected Sub New ()

Applies to

ReportItem(String, String)

Initializes a new instance of the ReportItem class.

protected:
 ReportItem(System::String ^ definitionName, System::String ^ instanceName);
protected ReportItem (string definitionName, string instanceName);
new Microsoft.ReportingServices.ReportRendering.ReportItem : string * string -> Microsoft.ReportingServices.ReportRendering.ReportItem
Protected Sub New (definitionName As String, instanceName As String)

Parameters

definitionName
String

The definition name for the report item.

instanceName
String

The instance name for the report item.

Applies to