Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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