Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a value that indicates whether the instances of the group should appear in a data rendering.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DataElementOutput As DataElementOutputTypes
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.DataElementOutputTypes
A DataElementOutputTypes object.