Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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