Udostępnij przez


Właściwość StateIndicator.StateDataElementOutput

Wskazuje, czy bieżący stan jest podczas renderowania danych wyjściowych w formacie zwykłego tekstu.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property StateDataElementOutput As DataElementOutputTypes
    Get
'Użycie
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