ReportItem.Name Property
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.
Gets the name of the item on the report, as specified in the report definition.
public:
property System::String ^ Name { System::String ^ get(); };
C#
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
A String
containing the name of the item on the report.
Names are unique per report definition, but not across subreports, and can be duplicated for each row of data in a data region.
Toode | Versioonid |
---|---|
SQL Server .NET SDK | 2016 |