Partilhar via


Propriedade do RDL Group.ID

Gets the identifier for the report item.

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

Sintaxe

'Declaração
Public MustOverride ReadOnly Property ID As String 
    Get
'Uso
Dim instance As Group 
Dim value As String 

value = instance.ID
public abstract string ID { get; }
public:
virtual property String^ ID {
    String^ get () abstract;
}
abstract ID : string
abstract function get ID () : String

Valor da propriedade

Tipo: System.String
A String value containing the identifier for the report item.

Comentários

The identifier is unique in the definition, but is repeated for each row of data.

Consulte também

Referência

Group Classe

Namespace Microsoft.ReportingServices.ReportRendering