Share via


Group.ID Property

Gets the identifier for the report item.

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

Syntax

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

Property Value

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

Remarks

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

See Also

Reference

Group Class

Microsoft.ReportingServices.ReportRendering Namespace