共用方式為


TablixCell.DataElementOutput 屬性

Indicates whether the cell contents 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 TablixCell 
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.

請參閱

參考

TablixCell 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間