Свойство Group.Name

Gets the name of the grouping.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property Name As String 
    Get
'Применение
Dim instance As Group 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Значение свойства

Тип: System.String
A String value containing the name of this grouping.

Замечания

The name is unique in the definition.

См. также

Справочник

Group Класс

Пространство имен Microsoft.ReportingServices.ReportRendering