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.
Gets or sets the processing mode of the ReportViewer control.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public ProcessingMode ProcessingMode { get; set; }
public:
property ProcessingMode ProcessingMode {
ProcessingMode get();
void set(ProcessingMode value);
}
member ProcessingMode : ProcessingMode with get, set
Public Property ProcessingMode As ProcessingMode
Property Value
Type: Microsoft.Reporting.WinForms.ProcessingMode
A ProcessingMode enumerator value of either Local or Remote. The default value is Local.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top