Freigeben über


Group.ID-Eigenschaft

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

Eigenschaftswert

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

Hinweise

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

Siehe auch

Verweis

Group Klasse

Microsoft.ReportingServices.ReportRendering-Namespace