Compartir a través de


Map.PageName Propiedad

Gets the page name.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property PageName As ReportStringProperty 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

Map Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering