SqlServerPdfStorageProvider Constructor |
Namespace:
RadPdf.Integration
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic SqlServerPdfStorageProvider(
string connectionString
)
Public Sub New (
connectionString As String
)
Parameters
- connectionString
- Type: SystemString
Connection string to be used by this SqlServerPdfStorageProvider.
Exceptions
See Also