Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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