ReportRun.newmethod Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
newmethod(Object) |
Initializes an instance of the ReportRun class. |
newmethod(Object, String) | |
newmethod(Object, String, Boolean) |
newmethod(Object)
Initializes an instance of the ReportRun class.
public:
void newmethod(System::Object ^ obj1);
public void newmethod (object obj1);
override this.newmethod : obj -> unit
Public Sub newmethod (obj1 As Object)
Parameters
- obj1
- Object
Applies to
newmethod(Object, String)
newmethod(Object, String, Boolean)
public:
void newmethod(System::Object ^ _argsOrReportOrContainer, System::String ^ _designName, bool _isWebReport);
public void newmethod (object _argsOrReportOrContainer, string _designName, bool _isWebReport);
override this.newmethod : obj * string * bool -> unit
Public Sub newmethod (_argsOrReportOrContainer As Object, _designName As String, _isWebReport As Boolean)
Parameters
- _argsOrReportOrContainer
- Object
- _designName
- String
- _isWebReport
- Boolean