ReportItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.