Sets web page element which will be used for display of pages thumbnails.
Namespace: PerpetuumSoft.Reporting.WebViewer.ClientAssembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void SetThumbnailsControl(
string selector
) |
Visual Basic |
---|
Public Sub SetThumbnailsControl ( _
selector As String _
) |
Visual C++ |
---|
public:
void SetThumbnailsControl(
String^ selector
) |
Parameters
- selector
- Type: System..::..String
An element which will be used for output of pages thumbnails.
See Also