ReportItem.Name Property

Definition

Gets the name of the item on the report, as specified in the report definition.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

A String containing the name of the item on the report.

Remarks

Names are unique per report definition, but not across subreports, and can be duplicated for each row of data in a data region.

Applies to