Specifies report captions, like DateCaption, DateCaptionFormat, PageCountCaption and PageCountCaptionFormat.
Syntax
| Visual Basic (Declaration) | |
|---|
Public DynReportCaptions As DynRptCaptions |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As DynARInfo
Dim value As DynRptCaptions
value = instance.DynReportCaptions
instance.DynReportCaptions = value |
| C# | |
|---|
public DynRptCaptions DynReportCaptions |
| Delphi | |
|---|
public field DynReportCaptions: DynRptCaptions; |
| JScript | |
|---|
public var DynReportCaptions : DynRptCaptions; |
| Managed Extensions for C++ | |
|---|
public: DynRptCaptions DynReportCaptions |
| C++/CLI | |
|---|
public:
DynRptCaptions DynReportCaptions |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also