Share via


Group.Custom Property

Gets the custom data associated with this grouping.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Custom As String 
    Get
'Usage
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

Property Value

Type: System.String
A String value containing the custom data associated with this grouping.

See Also

Reference

Group Class

Microsoft.ReportingServices.ReportRendering Namespace