Image(String, String) Constructor
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.
Initializes a new instance of the Image class.
public:
Image(System::String ^ definitionName, System::String ^ instanceName);
public Image (string definitionName, string instanceName);
new Microsoft.ReportingServices.ReportRendering.Image : string * string -> Microsoft.ReportingServices.ReportRendering.Image
Public Sub New (definitionName As String, instanceName As String)
Parameters
- definitionName
- String
The definition name.
- instanceName
- String
The instance name.