Propriété InitialPageName
Gets the calculated value of the InitialPageName property in a Report class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property InitialPageName As String
Get
'Utilisation
Dim instance As ReportInstance
Dim value As String
value = instance.InitialPageName
public string InitialPageName { get; }
public:
property String^ InitialPageName {
String^ get ();
}
member InitialPageName : string
function get InitialPageName () : String
Valeur de propriété
Type : System. . :: . .String
A string value that represents the calculated value of the InitialPageName property.
Voir aussi