Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates whether the current state is output in plain text during data rendering.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property StateDataElementOutput As DataElementOutputTypes
Get
'Usage
Dim instance As StateIndicator
Dim value As DataElementOutputTypes
value = instance.StateDataElementOutput
public DataElementOutputTypes StateDataElementOutput { get; }
public:
property DataElementOutputTypes StateDataElementOutput {
DataElementOutputTypes get ();
}
member StateDataElementOutput : DataElementOutputTypes
function get StateDataElementOutput () : DataElementOutputTypes
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.DataElementOutputTypes
A DataElementOutputTypes object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace