Udostępnij za pośrednictwem


Właściwość ReportViewer.ProcessingMode —

Gets or sets the processing mode of the ReportViewer control.

Przestrzeń nazw:  Microsoft.Reporting.WinForms
Zestaw:  Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)

Składnia

'Deklaracja
Public Property ProcessingMode As ProcessingMode
public ProcessingMode ProcessingMode { get; set; }
public:
property ProcessingMode ProcessingMode {
    ProcessingMode get ();
    void set (ProcessingMode value);
}
member ProcessingMode : ProcessingMode with get, set
function get ProcessingMode () : ProcessingMode
function set ProcessingMode (value : ProcessingMode)

Wartość właściwości

Typ: Microsoft.Reporting.WinForms.ProcessingMode
A ProcessingMode enumerator value of either Local or Remote. The default value is Local.

Zobacz też

Informacje

ReportViewer Klasa

Przestrzeń nazw Microsoft.Reporting.WinForms