DataElementOutput 屬性

Indicates whether the instances of the group should appear in a data rendering.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property DataElementOutput As DataElementOutputTypes
    Get
    Set
'用途
Dim instance As Group
Dim value As DataElementOutputTypes

value = instance.DataElementOutput

instance.DataElementOutput = value
public DataElementOutputTypes DataElementOutput { get; set; }
public:
property DataElementOutputTypes DataElementOutput {
    DataElementOutputTypes get ();
    void set (DataElementOutputTypes value);
}
member DataElementOutput : DataElementOutputTypes with get, set
function get DataElementOutput () : DataElementOutputTypes
function set DataElementOutput (value : DataElementOutputTypes)