Click or drag to resize

SqlServerPdfStorageProvider Constructor

Create a new PdfStorageProvider instance which uses SQL Server for storage.

Namespace:  RadPdf.Integration
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public SqlServerPdfStorageProvider(
	string connectionString
)

Parameters

connectionString
Type: SystemString
Connection string to be used by this SqlServerPdfStorageProvider.
Exceptions
ExceptionCondition
ArgumentNullExceptionConnection string can not be null.
See Also