DataSetBase.InterpretSubtotalsAsDetails Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether to interpret subtotals as details.
public:
property Microsoft::ReportingServices::RdlObjectModel::InterpretSubtotalsAsDetailsTypes InterpretSubtotalsAsDetails { Microsoft::ReportingServices::RdlObjectModel::InterpretSubtotalsAsDetailsTypes get(); void set(Microsoft::ReportingServices::RdlObjectModel::InterpretSubtotalsAsDetailsTypes value); };
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public Microsoft.ReportingServices.RdlObjectModel.InterpretSubtotalsAsDetailsTypes InterpretSubtotalsAsDetails { get; set; }
[<System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)>]
member this.InterpretSubtotalsAsDetails : Microsoft.ReportingServices.RdlObjectModel.InterpretSubtotalsAsDetailsTypes with get, set
Public Property InterpretSubtotalsAsDetails As InterpretSubtotalsAsDetailsTypes
Property Value
An InterpretSubtotalsAsDetailsTypes object.
- Attributes