Condividi tramite


Proprietà MapInstance.PageName

Gets the calculated value of the PageName property in a Map class.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property PageName As String 
    Get
'Utilizzo
Dim instance As MapInstance 
Dim value As String 

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

Valore proprietà

Tipo: System.String
A string value that represents the calculated value of the PageName property.

Vedere anche

Riferimento

MapInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering