DataSource.NET
CreatePageMessage Method (subject, maxColumns, maxRows)
NamespacesCaplin.DataSource.MessagingIMessageFactoryCreatePageMessage(String, Int32, Int32)
Creates a Page message for the given subject.
Declaration Syntax
C#Visual BasicVisual C++
IPageMessage CreatePageMessage(
	string subject,
	int maxColumns,
	int maxRows
)
Function CreatePageMessage ( _
	subject As String, _
	maxColumns As Integer, _
	maxRows As Integer _
) As IPageMessage
IPageMessage^ CreatePageMessage(
	String^ subject, 
	int maxColumns, 
	int maxRows
)
Parameters
subject (String)
The subject of the page message.
maxColumns (Int32)
The maximum horizontal size of the page in columns of text characters.
maxRows (Int32)
The maximum vertical size of the page in rows of text.
Return Value
A new Page Message.
Remarks
The returned message contains no data. To populate the message with data, use the appropriate methods of IPageMessage.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)