Click or drag to resize

SqlServerPdfStorageProvider Constructor

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

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.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