共用方式為


Group.DataElementName 屬性

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

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Overridable ReadOnly Property DataElementName As String 
    Get
'用途
Dim instance As Group 
Dim value As String 

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

屬性值

型別:System.String
A String value containing the data element name.

請參閱

參考

Group 類別

Microsoft.ReportingServices.ReportRendering 命名空間