Свойство Custom

Gets the custom data associated with this grouping.

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

Синтаксис

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

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

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

Тип: System. . :: . .String
A String value containing the custom data associated with this grouping.