Compartir a través de


Group.DataCollectionName Propiedad

Gets the name to use for the data element for the collection of all instances of this group.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property DataCollectionName As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
A String value containing the data collection name.

Vea también

Referencia

Group Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering