Partilhar via


Propriedade do RDL Group.Custom

Gets the custom data associated with this grouping.

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

Sintaxe

'Declaração
Public ReadOnly Property Custom As String 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

Group Classe

Namespace Microsoft.ReportingServices.ReportRendering