Compartir a través de


PageName Propiedad

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

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

Sintaxis

'Declaración
Public ReadOnly Property PageName As String
    Get
'Uso
Dim instance As DataRegionInstance
Dim value As String

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

Valor de la propiedad

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