InterpretSubtotalsAsDetails-Eigenschaft
Indicates whether to interpret subtotals as details.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property InterpretSubtotalsAsDetails As InterpretSubtotalsAsDetailsTypes
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .InterpretSubtotalsAsDetailsTypes
An InterpretSubtotalsAsDetailsTypes object.