Map.PageName Property

Gets 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 Map 
Dim value As ReportStringProperty 

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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

See Also

Reference

Map Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace