Image Constructor
Initializes a new instance of the Image class.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntax
'Declaration
Public Sub New ( _
definitionName As String, _
instanceName As String _
)
public Image (
string definitionName,
string instanceName
)
public:
Image (
String^ definitionName,
String^ instanceName
)
public Image (
String definitionName,
String instanceName
)
public function Image (
definitionName : String,
instanceName : String
)
Parameters
- definitionName
The definition name.
- instanceName
The instance name.
Remarks
New:5 December 2005
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Image Class
Image Members
Microsoft.ReportingServices.ReportRendering Namespace