共用方式為


Group.DataElementOutput 屬性

Gets or sets a value that 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)

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.DataElementOutputTypes
A DataElementOutputTypes object.

請參閱

參考

Group 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間