Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the name to use for the data element for the collection of all instances of this group.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DataCollectionName As String
Get
'Usage
Dim instance As Group
Dim value As String
value = instance.DataCollectionName
public virtual string DataCollectionName { get; }
public:
virtual property String^ DataCollectionName {
String^ get ();
}
abstract DataCollectionName : string
override DataCollectionName : string
function get DataCollectionName () : String
Eigenschaftswert
Typ: System.String
A String value containing the data collection name.