Rectangle.PageName Property

Gets an expression that evaluates to the page name.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property PageName As ReportStringProperty
    Get
'Usage
Dim instance As Rectangle
Dim value As ReportStringProperty

value = instance.PageName
public ReportStringProperty PageName { get; }
public:
property ReportStringProperty^ PageName {
    ReportStringProperty^ get ();
}
member PageName : ReportStringProperty
function get PageName () : ReportStringProperty