Freigeben über


Rectangle.PageName-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

Rectangle Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace