InterpretSubtotalsAsDetails 屬性
Indicates whether to interpret subtotals as details.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property InterpretSubtotalsAsDetails As InterpretSubtotalsAsDetailsTypes
Get
Set
'用途
Dim instance As DataSetBase
Dim value As InterpretSubtotalsAsDetailsTypes
value = instance.InterpretSubtotalsAsDetails
instance.InterpretSubtotalsAsDetails = value
public InterpretSubtotalsAsDetailsTypes InterpretSubtotalsAsDetails { get; set; }
public:
property InterpretSubtotalsAsDetailsTypes InterpretSubtotalsAsDetails {
InterpretSubtotalsAsDetailsTypes get ();
void set (InterpretSubtotalsAsDetailsTypes value);
}
member InterpretSubtotalsAsDetails : InterpretSubtotalsAsDetailsTypes with get, set
function get InterpretSubtotalsAsDetails () : InterpretSubtotalsAsDetailsTypes
function set InterpretSubtotalsAsDetails (value : InterpretSubtotalsAsDetailsTypes)