Gets document information (see DocumentInfoEx class).
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ExtensionLinkAssembly: PerpetuumSoft.ReportingServices.Viewer.ExtensionLink (in PerpetuumSoft.ReportingServices.Viewer.ExtensionLink.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public DocumentInfoEx DocumentInfo { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property DocumentInfo As DocumentInfoEx |
Visual C++ |
---|
public: property DocumentInfoEx^ DocumentInfo { DocumentInfoEx^ get (); } |