New-UDTableTextOption
Sinossi
Crea una hashtable per impostare le opzioni di testo di una tabella.
Sintassi
New-UDTableTextOption [[-ExportAllCsv] <String>] [[-ExportCurrentViewCsv] <String>] [[-ExportAllXLSX] <String>] [[-ExportCurrentViewXLSX] <String>] [[-ExportAllPDF] <String>] [[-ExportCurrentViewPDF] <String>] [[-ExportAllJson] <String>] [[-ExportCurrentViewJson] <String>] [[-ExportFileName] <String>] [[-Search] <String>] [[-FilterSearch] <String>] [[-Export] <String>] [[-FilterDate] <String>] [[-NoData] <String>] [[-Loading] <String>] [[-RowsPerPage] <String>] [[-CountDescription] <String>] [<CommonParameters>]Descrizione
Crea una hashtable per impostare le opzioni di testo di una tabella.
Parametri
-ExportAllCsv
Sostituisce il testo Export All to CSV.
Required? false
Position? 1
Default value Export all as CSV
Accept pipeline input? false
Aliases
Accept wildcard characters? false-ExportCurrentViewCsv
Sostituisce il testo Export Current View as CSV.
-ExportAllXLSX
Sostituisce il testo Export All to XLSX.
-ExportCurrentViewXLSX
Sostituisce il testo Export Current View as XLSX.
-ExportAllPDF
Sostituisce il testo Export All to PDF.
-ExportCurrentViewPDF
Sostituisce il testo Export Current View as PDF.
-ExportAllJson
Sostituisce il testo Export All to JSON.
-ExportCurrentViewJson
Sostituisce il testo Export Current View as JSON.
-ExportFileName
-Search
Sostituisce il testo Cerca. È possibile utilizzare {0} come segnaposto per il numero di righe.
-FilterSearch
Sostituisce il testo del filtro di colonna. È possibile utilizzare {0} come segnaposto per il numero di righe.
-Export
-FilterDate
-NoData
Sostituisce il testo No Data.
-Loading
-RowsPerPage
-CountDescription
Parametri comuni
Questo cmdlet supporta i parametri comuni: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable e OutVariable. Per maggiori informazioni, veda about_CommonParameters.
Output
Esempi
Esempio 1
Ultimo aggiornamento
È stato utile?